(bug 16645) Making the pl_namespace, tl_namespace and il_to indices UNIQUE, just...
[lhc/web/wiklou.git] / maintenance / archives / patch-ar_parent_id.sql
1 -- Adding ar_deleted field for revisiondelete
2 ALTER TABLE /*$wgDBprefix*/archive
3 ADD ar_parent_id int unsigned default NULL;