summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2009-07-07 09:53:15 +0000
committerivan <ivan>2009-07-07 09:53:15 +0000
commit7e4c4494f0ca232a482fe94f78083fc250e2bd4b (patch)
tree39773c34e4041dbfdf82bea1d86bdde3099c760a /FS
parent75c3b711d30e566d4ec8dd8d8ed90926b22d4b15 (diff)
allow null svc_broadband.ip_addr
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm2
1 files changed, 1 insertions, 1 deletions
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, '', '',