From c866a1f8480b05f87230579a19c9e0fe0a5e7ac1 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 18 May 2009 19:21:36 +0000 Subject: [PATCH] allow empty state --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index a9b546940..e9861f8d1 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -827,7 +827,7 @@ sub tables_hashref { 'geocode', 'varchar', '', 20, '', '', 'city', 'varchar', 'NULL', $char_d, '', '', 'county', 'varchar', 'NULL', $char_d, '', '', - 'state', 'char', '', 2, '', '', + 'state', 'char', 'NULL', 2, '', '', 'disabled', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'taxratelocationnum', -- 2.11.0