From: ivan Date: Mon, 18 Apr 2011 05:14:35 +0000 (+0000) Subject: index all dates X-Git-Tag: freeside_2_3_0~360 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=96a0d937cdfe26d691e59139088e33e0bc3e1184 index all dates --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 37660f20b..571de2703 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1436,9 +1436,9 @@ sub tables_hashref { 'unique' => [], 'index' => [ ['custnum'], ['pkgpart'], [ 'pkgbatch' ], [ 'locationnum' ], [ 'usernum' ], [ 'agent_pkgid' ], - [ 'start_date' ], ['setup'], ['last_bill'], ['bill'], - ['susp'], ['adjourn'], ['expire'], ['cancel'], - ['change_date'], ['order_date'], + ['order_date'], [ 'start_date' ], ['setup'], ['bill'], + ['last_bill'], ['susp'], ['adjourn'], ['cancel'], + ['expire'], ['contract_end'], ['change_date'], ], },