mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
6 lines
164 B
SQL
6 lines
164 B
SQL
-- New field in archive table to preserve revision IDs across undeletion.
|
|
-- Added 2005-03-10
|
|
|
|
ALTER TABLE /*$wgDBprefix*/archive
|
|
ADD
|
|
ar_rev_id int unsigned;
|