Index: trunk/phase3/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql |
— | — | @@ -0,0 +1,5 @@ |
| 2 | +-- |
| 3 | +-- Recreates the iwl_prefix for the iwlinks table |
| 4 | +-- |
| 5 | +DROP INDEX /*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 |
Property changes on: trunk/phase3/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql |
___________________________________________________________________ |
Name: svn:eol-style |
1 | 7 | + native |