r72310 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72309‎ | r72310 | r72311 >
Date:21:08, 3 September 2010
Author:greg
Status:ok
Tags:
Comment:
Bump cl_collation from smallint to a text
Modified paths:
  • /trunk/phase3/maintenance/postgres/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/postgres/tables.sql
@@ -190,7 +190,7 @@
191191 cl_sortkey TEXT NULL,
192192 cl_timestamp TIMESTAMPTZ NOT NULL,
193193 cl_sortkey_prefix TEXT NOT NULL DEFAULT '',
194 - cl_collation SMALLINT NOT NULL DEFAULT 0,
 194+ cl_collation TEXT NOT NULL DEFAULT 0,
195195 cl_type TEXT NOT NULL DEFAULT 'page'
196196 );
197197 CREATE UNIQUE INDEX cl_from ON categorylinks (cl_from, cl_to);

Status & tagging log