Merge "Remove obsolete comment from abusefilter.tables.pg.sql"

This commit is contained in:
jenkins-bot 2018-07-16 22:03:58 +00:00 committed by Gerrit Code Review
commit 394d0d308e

View file

@ -1,9 +1,5 @@
-- 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;