X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=9b1ce007aa497b48b23a89cd503dae174042f540;hb=a6aab02211b2efd3790f7c2b55365dc7bc3294ca;hp=321fb3f07bd360885d1263767d8a7fe651967aba;hpb=beff2bed3d06a91072427a15efef08b24c7cc8df;p=freeside.git 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', },