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:48:06 -0800
commit1a7e14575bad289d5191b78623f79ed41950b514 (patch)
tree60fd5615730f45159e812af6d6ad6cd2b57bec97
parent5c9f445b375ecf56e453de2c783f11e1c572dccb (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 3dc89b13d..ff6e169a8 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -6911,7 +6911,7 @@ sub tables_hashref {
'columns' => [
'oltnum', 'serial', '', '', '', '',
'oltname', 'varchar', '', $char_d, '', '',
- 'sitenum', 'int', '', '', '', '',
+ 'sitenum', 'int', 'NULL', '', '', '',
'serial', 'varchar', '', $char_d, '', '',
'disabled', 'char', 'NULL', 1, '', '',
],