Followup r56684: Add new message 'createaccounterror' for errors on account creation...
[lhc/web/wiklou.git] / maintenance / archives / patch-interwiki-trans.sql
1 ALTER TABLE /*$wgDBprefix*/interwiki
2 ADD COLUMN iw_trans TINYINT NOT NULL DEFAULT 0;