summaryrefslogtreecommitdiff
path: root/FS/FS/Schema.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-02-28 14:39:32 -0800
committerMark Wells <mark@freeside.biz>2014-02-28 14:39:32 -0800
commita6aab02211b2efd3790f7c2b55365dc7bc3294ca (patch)
treec6b88dda6e0ffcd32850a0d37f5dde7ce349c532 /FS/FS/Schema.pm
parent9c26126d2ad1eec8186d73475505782152884962 (diff)
routernum = 0 is still allowed
Diffstat (limited to 'FS/FS/Schema.pm')
-rw-r--r--FS/FS/Schema.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm
index 321fb3f07..9b1ce007a 100644
--- a/FS/FS/Schema.pm
+++ b/FS/FS/Schema.pm
@@ -4449,9 +4449,9 @@ sub tables_hashref {
'unique' => [ [ 'blocknum', 'routernum' ] ],
'index' => [],
'foreign_keys' => [
- { columns => [ 'routernum' ],
- table => 'router',
- },
+ #{ columns => [ 'routernum' ],
+ # table => 'router',
+ #},
{ columns => [ 'agentnum' ],
table => 'agent',
},