欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

patch-rev_deleted.sql

php 开发的内容管理系统
SQL
字号:
---- Add rev_deleted flag to revision table.-- Deleted revisions can thus continue to be listed in history-- and user contributions, and their text storage doesn't have-- to be disturbed.---- 2005-03-31--ALTER TABLE /*$wgDBprefix*/revision  ADD rev_deleted tinyint(1) unsigned NOT NULL default '0';

⌨️ 快捷键说明

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