RT#18834: Cacti integration [FS3 only, removed foreign keys]
authorJonathan Prykop <jonathan@freeside.biz>
Mon, 11 May 2015 23:44:25 +0000 (18:44 -0500)
committerJonathan Prykop <jonathan@freeside.biz>
Mon, 11 May 2015 23:44:25 +0000 (18:44 -0500)
FS/FS/Schema.pm

index 794f566..5dcf3c3 100644 (file)
@@ -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