From 78c755fb8d4de3f15e97da14d85acc65cb0f0432 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Such=C3=A1nek?= Date: Mon, 16 Jul 2018 11:26:37 +0200 Subject: [PATCH] Remove obsolete comment from abusefilter.tables.pg.sql Bug: T199506 Change-Id: I0fc1ef4a04133dd823ffb41d7f17e47debbde5ac --- abusefilter.tables.pg.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/abusefilter.tables.pg.sql b/abusefilter.tables.pg.sql index 45d68233c..dcd4d9779 100644 --- a/abusefilter.tables.pg.sql +++ b/abusefilter.tables.pg.sql @@ -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;