From: Max Semenik Date: Wed, 26 May 2010 14:29:53 +0000 (+0000) Subject: follow-up to r66892: fix update SQL on on SQLite X-Git-Tag: 1.31.0-rc.0~36709 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=ca2371de957a8a1de3c36681009fc117b28f9ed0;p=lhc%2Fweb%2Fwiklou.git follow-up to r66892: fix update SQL on on SQLite --- diff --git a/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql b/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql new file mode 100644 index 0000000000..0d68b0fb4b --- /dev/null +++ b/maintenance/sqlite/archives/patch-rename-iwl_prefix.sql @@ -0,0 +1,5 @@ +-- +-- Recreates the iwl_prefix for the iwlinks table +-- +DROP INDEX /*i*/iwl_prefix; +CREATE INDEX /*i*/iwl_prefix_from_title ON /*_*/iwlinks (iwl_prefix, iwl_from, iwl_title); \ No newline at end of file