From 5f38f7af66753cdc03554d8147376ed096f045b1 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 8 Sep 2010 02:04:14 +0000 Subject: [PATCH] Adjustments for new tables. --- maintenance/postgres/compare_schemas.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index e91a309616..78d236589c 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -316,6 +316,8 @@ rc_log_type varbinary(255) TEXT ## Simple text-only strings: ar_flags tinyblob TEXT +cl_collation varbinary(32) TEXT +cl_sortkey varbinary(255) TEXT ct_params blob TEXT fa_minor_mime varbinary(100) TEXT fa_storage_group varbinary(16) TEXT # Just 'deleted' for now, should stay plain text @@ -335,6 +337,9 @@ lc_value mediumblob TEXT log_params blob TEXT # LF separated list of args log_type varbinary(10) TEXT ls_field varbinary(32) TEXT +md_deps mediumblob TEXT # JSON +mr_blob mediumblob TEXT # JSON +mr_lang varbinary(32) TEXT oi_minor_mime varbinary(100) TEXT oi_sha1 varbinary(32) TEXT old_flags tinyblob TEXT -- 2.20.1