make svc_broadband speed fields optional
[freeside.git] / FS / FS / Schema.pm
index a6d6819..8c25203 100644 (file)
@@ -2503,8 +2503,8 @@ sub tables_hashref {
         'svcnum', 'int', '', '', '', '', 
         'description', 'varchar', 'NULL', $char_d, '', '', 
         'blocknum', 'int', 'NULL', '', '', '', 
-        'speed_up', 'int', '', '', '', '', 
-        'speed_down', 'int', '', '', '', '', 
+        'speed_up', 'int', 'NULL', '', '', '', 
+        'speed_down', 'int', 'NULL', '', '', '', 
         'ip_addr', 'varchar', 'NULL', 15, '', '', 
         'mac_addr', 'varchar', 'NULL', 12, '', '', 
         'authkey',  'varchar', 'NULL', 32, '', '',