Allow l10n_cache.lc_value to map mediumblob to text
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 15 Nov 2009 18:57:48 +0000 (18:57 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 15 Nov 2009 18:57:48 +0000 (18:57 +0000)
maintenance/postgres/compare_schemas.pl

index 210199e..9bddf50 100644 (file)
@@ -331,6 +331,7 @@ img_sha1          varbinary(32)  TEXT
 job_cmd           varbinary(60)  TEXT # Should we limit to 60 as well?
 keyname           varbinary(255) TEXT # No tablename prefix (objectcache)
 ll_lang           varbinary(20)  TEXT # Language code
+lc_value          mediumblob     TEXT
 log_params        blob           TEXT # LF separated list of args
 log_type          varbinary(10)  TEXT
 ls_field          varbinary(32)  TEXT