X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=3593543098976c3b4fa03e61c04995fee02e2861;hp=cdb0d28a649e5a3b6ba0465bd512f6fc90ac57ef;hb=24d75c7bb38b8729a40f1468f64d5cf76fb6fef7;hpb=c6c6f758f1699388bca7705fd66fb7139955b532 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index cdb0d28a6..359354309 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -3870,9 +3870,12 @@ sub tables_hashref { 'unique' => [], 'index' => [ ['svcnum', 'transaction_id'] ], 'foreign_keys' => [ - { columns => [ 'svcnum' ], - table => 'svc_acct', #'cust_svc', - }, + # problems w/deleted services, and as per below, this + # is our internal hack, not a customer-facing feature + #{ columns => [ 'svcnum' ], + # table => 'svc_acct', #'cust_svc', + #}, + # 1. RT tables aren't part of our data structure, so # we can't make sure Queue is created already # 2. This is our internal hack for time tracking, not