mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
6 lines
189 B
SQL
6 lines
189 B
SQL
-- Reference to page_id. Useful for sysadmin fixing of large
|
|
-- pages merged together in the archives
|
|
-- Added 2007-07-21
|
|
|
|
ALTER TABLE /*$wgDBprefix*/archive
|
|
ADD ar_page_id int unsigned;
|