Merge "Remove exception and drop cloned tables in PostgresSQL too"
[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_from_namespace,il_to,il_from);