Merge "tables.sql: Correct lie about ct_params being unused"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 7 Mar 2018 22:58:26 +0000 (22:58 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 7 Mar 2018 22:58:26 +0000 (22:58 +0000)
maintenance/tables.sql

index d633a9c..990ba3d 100644 (file)
@@ -1835,7 +1835,7 @@ CREATE TABLE /*_*/change_tag (
   ct_rev_id int unsigned NULL,
   -- Tag applied
   ct_tag varchar(255) NOT NULL,
-  -- Parameters for the tag, presently unused
+  -- Parameters for the tag; used by some extensions
   ct_params blob NULL
 ) /*$wgDBTableOptions*/;