mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/AbuseFilter.git
synced 2024-11-23 21:53:35 +00:00
No time to fix, but leave a note about odd behavior of this extension for others.
This commit is contained in:
parent
ef71cac5a9
commit
dfd1bb443d
|
@ -1,5 +1,9 @@
|
|||
-- SQL tables for AbuseFilter extension (Postgres version)
|
||||
|
||||
-- Note: This does not currently work, as the extension generates queries
|
||||
-- like this: SELECT af_hidden FROM abuse_filter WHERE af_id = 'new' LIMIT 1
|
||||
-- Which makes no sense as af_id is a BIGINT in the MySQL version of the schema
|
||||
|
||||
BEGIN;
|
||||
|
||||
CREATE SEQUENCE abuse_filter_af_id_seq;
|
||||
|
|
Loading…
Reference in a new issue