diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2015-05-11 18:44:25 -0500 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2015-05-11 18:44:25 -0500 |
commit | 1feb4dcca56c44429f7b1ea74a0431ca51185082 (patch) | |
tree | ae33a1ba0f0c04d8fdffa3047abf16f23cf5fde6 | |
parent | 0de4c160e679f3fe794a3f90517277ed14f17a2e (diff) |
RT#18834: Cacti integration [FS3 only, removed foreign keys]
-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 |