add batch-enable_payby and realtime_disable_payby for better control over hybrid...
[freeside.git] / FS / FS / Schema.pm
index 5c9f624..0b121db 100644 (file)
@@ -1586,6 +1586,7 @@ sub tables_hashref {
         'ip_gateway', 'varchar', '', 15, '', '', 
         'ip_netmask', 'int', '', '', '', '', 
         'agentnum',   'int', 'NULL', '', '', '', 
+        'manual_flag', 'char', 'NULL', 1, '', '', 
       ],
       'primary_key' => 'blocknum',
       'unique'      => [ [ 'blocknum', 'routernum' ] ],