r36695 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r36694‎ | r36695 | r36696 >
Date:07:09, 27 June 2008
Author:werdna
Status:old
Tags:
Comment:
Oops, another SQL error
Modified paths:
  • /trunk/extensions/AbuseFilter/abusefilter.tables.sql (modified) (history)

Diff [purge]

Index: trunk/extensions/AbuseFilter/abusefilter.tables.sql
@@ -41,6 +41,6 @@
4242 KEY (afl_filter),
4343 KEY (afl_user),
4444 KEY (afl_timestamp),
45 - KEY (afl_namespace, afl_title)
 45+ KEY (afl_namespace, afl_title),
4646 KEY (afl_ip)
4747 ) /*$wgDBTableOptions*/;
\ No newline at end of file

Status & tagging log