patch-bot.sql

来自「php 开发的内容管理系统」· SQL 代码 · 共 12 行

SQL
12
字号
-- Add field to recentchanges for easy filtering of bot entries-- edits by a user with 'bot' in user.user_rights should be-- marked 1 in rc_bot.-- Change made 2002-12-15 by Brion VIBBER <brion@pobox.com>-- this affects code in Article.php, User.php SpecialRecentchanges.php-- column also added to buildTables.incALTER TABLE /*$wgDBprefix*/recentchanges  ADD COLUMN rc_bot tinyint(3) unsigned NOT NULL default '0'  AFTER rc_minor;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?