allow empty state
authorjeff <jeff>
Mon, 18 May 2009 19:21:36 +0000 (19:21 +0000)
committerjeff <jeff>
Mon, 18 May 2009 19:21:36 +0000 (19:21 +0000)
FS/FS/Schema.pm

index a9b5469..e9861f8 100644 (file)
@@ -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',