disable fcc 477 deployment zones, RT#85668
[freeside.git] / FS / FS / Schema.pm
index b043afc..af8025c 100644 (file)
@@ -5092,6 +5092,7 @@ sub tables_hashref {
         'is_business',    'char',    'NULL', 1,       '', '',
         'active_date',    @date_type,                 '', '',
         'expire_date',    @date_type,                 '', '',
+        'disabled',       'char',    'NULL',       1, '', '',
       ],
       'primary_key' => 'zonenum',
       'unique' => [],