X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Ftables.sql;h=df1bc06f843eb0d8b2ad2fec6c7f6766be071cd2;hb=d2b5b94658058518f05db74d87c3b8399d83a42f;hp=7fc6bb895cbb9c71f8ee8a7a56c210fb5a0e0571;hpb=b772c92c1d5de772a86e7878fd9ff1cfbcea12c5;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 7fc6bb895c..df1bc06f84 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -761,7 +761,7 @@ 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 + -- 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,