X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=660a072b8ff5e53bd88e9f3410aaedace0cb0660;hp=6756c9c32bf4ade082c3884499a225ee80baf153;hb=dd2249efe0daa3fc3257029de84d212aa89a4ee9;hpb=fd27587f9cf4c0f1334aaa3ff9eb41e8d10fe4cb diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 6756c9c32..660a072b8 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -655,10 +655,11 @@ sub tables_hashref { 'addlinfo', 'text', 'NULL', '', '', '', 'closed', 'char', 'NULL', 1, '', '', 'pkgnum', 'int', 'NULL', '', '', '', #desired pkgnum for pkg-balances + 'eventnum', 'int', 'NULL', '', '', '', #triggering event for commission ], 'primary_key' => 'crednum', 'unique' => [], - 'index' => [ ['custnum'], ['_date'] ], + 'index' => [ ['custnum'], ['_date'], ['eventnum'] ], }, 'cust_credit_bill' => {