patch-rev_deleted.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 + -