From 6c3e4e525fbb29ce5b3c1f8d193463ee88a340ae Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 3 May 2011 21:51:14 +0000 Subject: [PATCH] varchars need a length or mysql is unhappy --- FS/FS/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 3e63f0364..59799c7d1 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1304,8 +1304,8 @@ sub tables_hashref { 'fcc477map' => { 'columns' => [ - 'formkey', 'varchar', 255, '', '', '', - 'formvalue', 'text', 'NULL', '', '', '', + 'formkey', 'varchar', '', 255, '', '', + 'formvalue', 'text', 'NULL', '', '', '', ], 'primary_key' => 'formkey', 'unique' => [], -- 2.20.1