diff options
author | ivan <ivan> | 2011-04-18 05:16:03 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-04-18 05:16:03 +0000 |
commit | 518b14d6d105aec013f269404cafa690b6df9c81 (patch) | |
tree | 167ed2f7e89dda4eedc9ddb16799825752d3864f | |
parent | fe54b392480244e9486603b162902acd2144bbc6 (diff) |
index all dates
-rw-r--r-- | FS/FS/Schema.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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'], ], }, |