Index: trunk/phase3/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql |
— | — | @@ -2,4 +2,4 @@ |
3 | 3 | -- Recreates the iwl_prefix for the iwlinks table |
4 | 4 | -- |
5 | 5 | DROP INDEX IF EXISTS /*i*/iwl_prefix; |
6 | | -CREATE INDEX /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title); |
\ No newline at end of file |
| 6 | +CREATE INDEX IF NOT EXISTS /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title); |