Merge "Documented the Classes ImportStringSource and ImportStreamSource"
[mediawiki.git] / maintenance / archives / patch-pl_from_namespace.sql
blob2f7ff046dd93c74458ad1dbe6deb63d96a5e0583
1 ALTER TABLE /*_*/pagelinks
2         ADD COLUMN pl_from_namespace int NOT NULL default 0;
4 CREATE INDEX /*i*/pl_backlinks_namespace ON /*_*/pagelinks (pl_namespace,pl_title,pl_from_namespace,pl_from);