diff options
author | jeff <jeff> | 2009-05-18 19:21:36 +0000 |
---|---|---|
committer | jeff <jeff> | 2009-05-18 19:21:36 +0000 |
commit | c866a1f8480b05f87230579a19c9e0fe0a5e7ac1 (patch) | |
tree | 9119b8c0880fab55ac27448f338356eb386756df /FS | |
parent | c6ba0fa6271880599ce3d60dcd23de248526f0b8 (diff) |
allow empty state
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Schema.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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', |