X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=e9861f8d1e1e4cffc2009850023ca6adab50142c;hp=a9b5469403a8ec5ccda0e6bbf01fc30d6ab7f93c;hb=c866a1f8480b05f87230579a19c9e0fe0a5e7ac1;hpb=c6ba0fa6271880599ce3d60dcd23de248526f0b8 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',