summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/AbuseFilter/db_patches/patch-global_logging_wiki-index.sql
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/AbuseFilter/db_patches/patch-global_logging_wiki-index.sql')
-rw-r--r--www/wiki/extensions/AbuseFilter/db_patches/patch-global_logging_wiki-index.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/wiki/extensions/AbuseFilter/db_patches/patch-global_logging_wiki-index.sql b/www/wiki/extensions/AbuseFilter/db_patches/patch-global_logging_wiki-index.sql
new file mode 100644
index 00000000..690d034e
--- /dev/null
+++ b/www/wiki/extensions/AbuseFilter/db_patches/patch-global_logging_wiki-index.sql
@@ -0,0 +1,3 @@
+-- Add abuse_filter_log idex for afl_wiki.
+
+ALTER TABLE /*_*/abuse_filter_log ADD KEY wiki_timestamp (afl_wiki, afl_timestamp);