From 8bd0600b14c89e002b72c7acfa52a28bd66ce3e3 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Wed, 7 Mar 2018 14:48:26 -0800 Subject: [PATCH] tables.sql: Correct lie about ct_params being unused It is used by ContentTranslation to store things like {"from":"es","to":"en"} Change-Id: I880ecc74ab46dde2fa00ddb7baea08edeabcf676 --- maintenance/tables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/tables.sql b/maintenance/tables.sql index d633a9c209..990ba3db0a 100644 --- a/maintenance/tables.sql +++ b/maintenance/tables.sql @@ -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*/; -- 2.20.1