diff options
-rw-r--r-- | FS/FS/Schema.pm | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 794f56645..5dcf3c3c2 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4820,16 +4820,6 @@ sub tables_hashref { 'primary_key' => 'cacti_pagenum', 'unique' => [ ], 'index' => [ ['svcnum'], ['imported'] ], - 'foreign_keys' => [ - { columns => [ 'svcnum' ], - table => 'cust_svc', - references => [ 'svcnum' ], - }, - { columns => [ 'exportnum' ], - table => 'part_export', - references => [ 'exportnum' ], - }, - ], }, # name type nullability length default local |