summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-03-10 01:38:41 -0800
committerMark Wells <mark@freeside.biz>2016-03-10 01:47:58 -0800
commit595998d86ea3e75efa16eba5d7f1319394cf62b2 (patch)
treecd3ede7b696911a5edbceced1bd06d6b3d41efd9
parent5a9a411b980edea1b0f9690fc92e3b93574ee974 (diff)
allow null fiber_olt.sitenum, #35260
-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 97ef89c31..3b1bc0e05 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6927,7 +6927,7 @@ sub tables_hashref {
'columns' => [
'oltnum', 'serial', '', '', '', '',
'oltname', 'varchar', '', $char_d, '', '',
- 'sitenum', 'int', '', '', '', '',
+ 'sitenum', 'int', 'NULL', '', '', '',
'serial', 'varchar', '', $char_d, '', '',
'disabled', 'char', 'NULL', 1, '', '',
],