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