From 518b14d6d105aec013f269404cafa690b6df9c81 Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 18 Apr 2011 05:16:03 +0000 Subject: index all dates --- FS/FS/Schema.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FS') diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 075c9f6f2..cf7e99a0b 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1332,9 +1332,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'], ], }, -- cgit v1.2.1