patch-archive-text_id.sql
来自「php 开发的内容管理系统」· SQL 代码 · 共 15 行
SQL
15 行
-- New field in archive table to preserve text source IDs across undeletion.---- Older entries containing NULL in this field will contain text in the-- ar_text and ar_flags fields, and will cause the (re)creation of a new-- text record upon undeletion.---- Newer ones will reference a text.old_id with this field, and the existing-- entries will be used as-is; only a revision record need be created.---- Added 2005-05-01ALTER TABLE /*$wgDBprefix*/archive ADD ar_text_id int(8) unsigned;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?