From: Alexandre Emsenhuber Date: Sun, 12 Sep 2010 12:28:21 +0000 (+0000) Subject: Added SQLite version of the patch since the other one has syntax errors on SQLite X-Git-Tag: 1.31.0-rc.0~34983 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=2b98748b6a29a8d0ac2ca5e0df1544c32c2ef767;ds=sidebyside Added SQLite version of the patch since the other one has syntax errors on SQLite --- diff --git a/maintenance/sqlite/archives/patch-log_search-rename-index.sql b/maintenance/sqlite/archives/patch-log_search-rename-index.sql new file mode 100644 index 0000000000..4b98a0f2ef --- /dev/null +++ b/maintenance/sqlite/archives/patch-log_search-rename-index.sql @@ -0,0 +1 @@ +CREATE UNIQUE INDEX ls_field_val ON /*_*/log_search (ls_field,ls_value,ls_log_id);