X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=6a156a5da56d11e16dabc5d6593ca8ce5473376a;hp=cd4f01d3e07214c33c161d6e34b699acc5d454c3;hb=53ed077b4901be22b3ca5405a093364b6f6b6407;hpb=35c18f29bc29dedfe2fa4ef037390d90b17f87ba diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index cd4f01d3e..6a156a5da 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1980,7 +1980,12 @@ sub tables_hashref { 'primary_key' => 'quotationtaxnum',, 'unique' => [], 'index' => [ [ 'quotationpkgnum' ] ], - }, + 'foreign_keys' => [ + { columns => [ 'quotationpkgnum' ], + table => 'quotation_pkg', + }, + ], +}, 'cust_location' => { #'location' now that its prospects too, but... 'columns' => [