diff options
-rw-r--r-- | FS/FS/Schema.pm | 4 |
1 files 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' => [], |