http://www.mediawiki.org/wiki/Special:Code/MediaWiki/72310

Revision: 72310
Author:   greg
Date:     2010-09-03 21:08:16 +0000 (Fri, 03 Sep 2010)

Log Message:
-----------
Bump cl_collation from smallint to a text

Modified Paths:
--------------
    trunk/phase3/maintenance/postgres/tables.sql

Modified: trunk/phase3/maintenance/postgres/tables.sql
===================================================================
--- trunk/phase3/maintenance/postgres/tables.sql        2010-09-03 21:04:03 UTC 
(rev 72309)
+++ trunk/phase3/maintenance/postgres/tables.sql        2010-09-03 21:08:16 UTC 
(rev 72310)
@@ -190,7 +190,7 @@
   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);



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to