index all dates
authorivan <ivan>
Mon, 18 Apr 2011 05:14:35 +0000 (05:14 +0000)
committerivan <ivan>
Mon, 18 Apr 2011 05:14:35 +0000 (05:14 +0000)
FS/FS/Schema.pm

index 37660f2..571de27 100644 (file)
@@ -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'],
                  ],
     },