Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / maintenance / archives / patch-fa_deleted.sql
1 -- Adding fa_deleted field for additional content suppression
2 ALTER TABLE /*$wgDBprefix*/filearchive
3 ADD fa_deleted tinyint unsigned NOT NULL default '0';