build: Upgrade mediawiki/mediawiki-phan-config from 0.5.0 to 0.6.0 and make pass
[lhc/web/wiklou.git] / maintenance / archives / patch-tl_from_namespace.sql
1 ALTER TABLE /*_*/templatelinks
2 ADD COLUMN tl_from_namespace int NOT NULL default 0;
3
4 CREATE INDEX /*i*/tl_backlinks_namespace ON /*_*/templatelinks (tl_from_namespace,tl_namespace,tl_title,tl_from);