X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=maintenance%2Ftables.sql;h=44922a4084151e3fae05ff007f06cfc78e7c7efd;hp=892f799d5486dd6e8ac6c2faf9281aef15951db9;hb=242df680cee7241c01ef8b8e62dac62b1bad4d6d;hpb=dfcd70a46d7d5086a8a7eb21ab23c10c05c5083d diff --git a/maintenance/tables.sql b/maintenance/tables.sql index 892f799d54..44922a4084 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -594,7 +594,7 @@ CREATE TABLE /*_*/categorylinks ( -- conversion algorithm is run. We store this so that we can update -- collations without reparsing all pages. -- Note: If you change the length of this field, you also need to change - -- code in LinksUpdate.php. See bug 25254. + -- code in LinksUpdate.php. See T27254. cl_sortkey_prefix varchar(255) binary NOT NULL default '', -- This isn't really used at present. Provided for an optional @@ -816,7 +816,7 @@ CREATE TABLE /*_*/ipblocks ( -- 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). + -- should be fixed to be blank again for such blocks (T51504). ipb_range_start tinyblob NOT NULL, ipb_range_end tinyblob NOT NULL,