r81062 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r81061
|
r81062
|
r81063
>
Date:
22:35, 26 January 2011
Author:
catrope
Status:
ok
Tags:
Comment:
AbuseFilter: Add .sql patch for the changes in
r68584
. Not used by anything in the software, but useful for applying the change to the WMF cluster
Modified paths:
/trunk/extensions/AbuseFilter/db_patches/patch-afl_change_deleted_patrolled.sql
(added) (
history
)
Diff
[
purge
]
Index: trunk/extensions/AbuseFilter/db_patches/patch-afl_change_deleted_patrolled.sql
—
—
@@ -0,0 +1,3 @@
2
+ALTER TABLE /*_*/abuse_filter_log MODIFY afl_deleted tinyint(1) NOT NULL DEFAULT 0;
3
+ALTER TABLE /*_*/abuse_filter_log MODIFY afl_patrolled_by int unsigned NOT NULL DEFAULT 0;
4
+
Property changes on: trunk/extensions/AbuseFilter/db_patches/patch-afl_change_deleted_patrolled.sql
___________________________________________________________________
Added: svn:eol-style
1
5
+ native
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r68584
AbuseFilter: Introduce hiding of abuse log entries, controlled by abusefilter...
werdna
20:04, 25 June 2010
Status & tagging log
14:48, 19 April 2011
😂
(
talk
|
contribs
)
changed the
status
of r81062
[
removed:
new
added:
ok]