Merge "Make sure images that don't have an explicit alignment get aligned right"
[mediawiki.git] / maintenance / sqlite / archives / patch-rename-iwl_prefix.sql
blob6d5b1bfad3929a6977685387216e7aa7bd96c097
1 --
2 -- Recreates the iwl_prefix for the iwlinks table
3 --
4 DROP INDEX IF EXISTS /*i*/iwl_prefix;
5 CREATE INDEX IF NOT EXISTS /*i*/iwl_prefix_title_from ON /*_*/iwlinks (iwl_prefix, iwl_title, iwl_from);