Merge "Use neutral instead of progressive for secondary edit page buttons"
[mediawiki.git] / maintenance / archives / patch-il_from_namespace.sql
blob4c858f44fcdc936939ed908b3a3903aaac314f94
1 ALTER TABLE /*_*/imagelinks
2   ADD COLUMN il_from_namespace int NOT NULL default 0;
4 CREATE INDEX /*i*/il_backlinks_namespace ON /*_*/imagelinks (il_to,il_from_namespace,il_from);