r72572 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72571‎ | r72572 | r72573 >
Date:02:04, 8 September 2010
Author:greg
Status:deferred
Tags:
Comment:
Adjustments for new tables.
Modified paths:
  • /trunk/phase3/maintenance/postgres/compare_schemas.pl (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/postgres/compare_schemas.pl
@@ -316,6 +316,8 @@
317317
318318 ## Simple text-only strings:
319319 ar_flags tinyblob TEXT
 320+cl_collation varbinary(32) TEXT
 321+cl_sortkey varbinary(255) TEXT
320322 ct_params blob TEXT
321323 fa_minor_mime varbinary(100) TEXT
322324 fa_storage_group varbinary(16) TEXT # Just 'deleted' for now, should stay plain text
@@ -335,6 +337,9 @@
336338 log_params blob TEXT # LF separated list of args
337339 log_type varbinary(10) TEXT
338340 ls_field varbinary(32) TEXT
 341+md_deps mediumblob TEXT # JSON
 342+mr_blob mediumblob TEXT # JSON
 343+mr_lang varbinary(32) TEXT
339344 oi_minor_mime varbinary(100) TEXT
340345 oi_sha1 varbinary(32) TEXT
341346 old_flags tinyblob TEXT

Status & tagging log