From bd4fb0982a7936722ab2a88ec9124bcf1771eb1c Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Fri, 15 Oct 2010 15:39:48 +0000 Subject: [PATCH] cl_sortkey now back down to varbinary(230). Glad PG doesn't have this issue. --- maintenance/postgres/compare_schemas.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/postgres/compare_schemas.pl b/maintenance/postgres/compare_schemas.pl index df37319fec..7e3cdf719c 100644 --- a/maintenance/postgres/compare_schemas.pl +++ b/maintenance/postgres/compare_schemas.pl @@ -273,7 +273,7 @@ rc_log_type varbinary(255) TEXT ## Simple text-only strings: ar_flags tinyblob TEXT cl_collation varbinary(32) TEXT -cl_sortkey varbinary(255) TEXT +cl_sortkey varbinary(230) 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 -- 2.20.1