r69189 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69188‎ | r69189 | r69190 >
Date:15:11, 8 July 2010
Author:greg
Status:ok
Tags:
Comment:
Add ul_value to Postgres schema.
Modified paths:
  • /trunk/phase3/maintenance/postgres/compare_schemas.pl (modified) (history)
  • /trunk/phase3/maintenance/postgres/tables.sql (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/postgres/compare_schemas.pl
@@ -354,6 +354,7 @@
355355 rlc_to_blob blob TEXT
356356 ts_tags blob TEXT
357357 ug_group varbinary(16) TEXT
 358+ul_value blob TEXT
358359 up_property varbinary(32) TEXT
359360 up_value blob TEXT
360361 user_email_token binary(32) TEXT
Index: trunk/phase3/maintenance/postgres/tables.sql
@@ -559,7 +559,8 @@
560560
561561
562562 CREATE TABLE updatelog (
563 - ul_key TEXT NOT NULL PRIMARY KEY
 563+ ul_key TEXT NOT NULL PRIMARY KEY,
 564+ ul_value TEXT
564565 );
565566
566567

Status & tagging log