r70456 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70455‎ | r70456 | r70457 >
Date:11:12, 4 August 2010
Author:greg
Status:deferred
Tags:
Comment:
Minor adjustments for schema comparison
Modified paths:
  • /trunk/phase3/maintenance/postgres/compare_schemas.pl (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/postgres/compare_schemas.pl
@@ -326,8 +326,8 @@
327327 img_minor_mime varbinary(100) TEXT
328328 lc_lang varbinary(32) TEXT
329329 lc_value varbinary(32) TEXT
330 -
331330 img_sha1 varbinary(32) TEXT
 331+iw_wikiid varchar(64) TEXT
332332 job_cmd varbinary(60) TEXT # Should we limit to 60 as well?
333333 keyname varbinary(255) TEXT # No tablename prefix (objectcache)
334334 ll_lang varbinary(20) TEXT # Language code
@@ -368,6 +368,7 @@
369369 ## Text URLs:
370370 el_index blob TEXT
371371 el_to blob TEXT
 372+iw_api blob TEXT
372373 iw_url blob TEXT
373374 tb_url blob TEXT
374375 tc_url varbinary(255) TEXT

Status & tagging log