From: Tim Starling Date: Wed, 12 Jun 2013 23:21:18 +0000 (+1000) Subject: Fixme comment for bug 49504 X-Git-Tag: 1.31.0-rc.0~19435 X-Git-Url: http://git.heureux-cyclage.org/?a=commitdiff_plain;h=5b52750e7b832a3ae320c49a834a3658d26d81e2;p=lhc%2Fweb%2Fwiklou.git Fixme comment for bug 49504 Change-Id: Ie229e84b299c357cfe9a2db0a5ba07713aac7597 --- diff --git a/maintenance/tables.sql b/maintenance/tables.sql index da2c6df04e..7fc6bb895c 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -760,6 +760,9 @@ CREATE TABLE /*_*/ipblocks ( -- Start and end of an address range, in hexadecimal -- Size chosen to allow IPv6 + -- FIXME: these fields were originally blank for single-IP blocks, + -- but now they are populated. No migration was ever done. They + -- should be fixed to be blank again for such blocks (bug 49504). ipb_range_start tinyblob NOT NULL, ipb_range_end tinyblob NOT NULL,