Split down patch-comment-table.sql
[lhc/web/wiklou.git] / maintenance / archives / patch-archive-page_id.sql
1 -- Reference to page_id. Useful for sysadmin fixing of large
2 -- pages merged together in the archives
3 -- Added 2007-07-21
4
5 ALTER TABLE /*$wgDBprefix*/archive
6 ADD ar_page_id int unsigned;