X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=a71b90249bd38294a46518ddf16e9008b2ef4996;hp=cd05be36fe0a5130b141e1141fef6535f93712b2;hb=5773eb8d8b4168213482a7e61aa37e0dd05c69da;hpb=488d3c15c9aaea2a17826600ee332f0af9b0634d diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index cd05be36f..a71b90249 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -3844,6 +3844,9 @@ sub tables_hashref { #new 'cdrbatchnum', 'int', 'NULL', '', '', '', + # FK to cust_bill_pkg_detail; having a value here absolutely means + # that the CDR appears on an invoice + 'detailnum', 'bigint', 'NULL', '', '', '', ], 'primary_key' => 'acctid', 'unique' => [],