Bump cl_collation from smallint to a text
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Fri, 3 Sep 2010 21:08:16 +0000 (21:08 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Fri, 3 Sep 2010 21:08:16 +0000 (21:08 +0000)
maintenance/postgres/tables.sql

index fc4c594..43d960a 100644 (file)
@@ -190,7 +190,7 @@ CREATE TABLE categorylinks (
   cl_sortkey        TEXT             NULL,
   cl_timestamp      TIMESTAMPTZ  NOT NULL,
   cl_sortkey_prefix TEXT         NOT NULL  DEFAULT '',
-  cl_collation      SMALLINT     NOT NULL  DEFAULT 0,
+  cl_collation      TEXT         NOT NULL  DEFAULT 0,
   cl_type           TEXT         NOT NULL  DEFAULT 'page'
 );
 CREATE UNIQUE INDEX cl_from ON categorylinks (cl_from, cl_to);