[freeside-commits] freeside/FS/FS Schema.pm,1.286,1.287

Ivan,,, ivan at wavetail.420.am
Sun Apr 17 22:14:38 PDT 2011


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14040

Modified Files:
	Schema.pm 
Log Message:
index all dates

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -w -d -r1.286 -r1.287
--- Schema.pm	15 Apr 2011 03:04:11 -0000	1.286
+++ Schema.pm	18 Apr 2011 05:14:35 -0000	1.287
@@ -1436,9 +1436,9 @@
       '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'],
                  ],
     },
 



More information about the freeside-commits mailing list