From 7e4c4494f0ca232a482fe94f78083fc250e2bd4b Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 7 Jul 2009 09:53:15 +0000 Subject: allow null svc_broadband.ip_addr --- FS/FS/Schema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS') diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 19e1c66bc..475cec833 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1760,7 +1760,7 @@ sub tables_hashref { 'columns' => [ 'svcnum', 'int', '', '', '', '', 'description', 'varchar', 'NULL', $char_d, '', '', - 'blocknum', 'int', '', '', '', '', + 'blocknum', 'int', 'NULL', '', '', '', 'speed_up', 'int', '', '', '', '', 'speed_down', 'int', '', '', '', '', 'ip_addr', 'varchar', 'NULL', 15, '', '', -- cgit v1.2.1