Merge "mw.Feedback: If the message is posted remotely, link the title correctly"
[lhc/web/wiklou.git] / maintenance / mssql / archives / patch-il_from_namespace.sql
1 ALTER TABLE /*_*/imagelinks
2 ADD il_from_namespace int NOT NULL default 0;
3
4 CREATE INDEX /*i*/il_backlinks_namespace ON /*_*/imagelinks (il_from_namespace,il_to,il_from);