summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorivan <ivan>2011-04-18 05:16:03 +0000
committerivan <ivan>2011-04-18 05:16:03 +0000
commit518b14d6d105aec013f269404cafa690b6df9c81 (patch)
tree167ed2f7e89dda4eedc9ddb16799825752d3864f /FS
parentfe54b392480244e9486603b162902acd2144bbc6 (diff)
index all dates
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/Schema.pm6
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'],
],
},