Merge "Unsetting the email address for a user when the email address is invalidated."
[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);