Merge "Fix documentation of HistoryPager::lastLink() and make code more readable"
[lhc/web/wiklou.git] / maintenance / archives / patch-il_from_namespace.sql
1 ALTER TABLE /*_*/imagelinks
2 ADD COLUMN il_from_namespace int NOT NULL default 0;
3
4 CREATE INDEX /*i*/il_backlinks_namespace ON /*_*/imagelinks (il_to,il_from_namespace,il_from);