From 96a0d937cdfe26d691e59139088e33e0bc3e1184 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 18 Apr 2011 05:14:35 +0000 Subject: [PATCH 1/1] index all dates --- FS/FS/Schema.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'], ], }, -- 2.11.0