[freeside-commits] freeside/FS/FS Schema.pm,1.239.2.30,1.239.2.31
Ivan,,,
ivan at wavetail.420.am
Sun Apr 17 22:16:05 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14223
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Schema.pm
Log Message:
index all dates
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.239.2.30
retrieving revision 1.239.2.31
diff -u -w -d -r1.239.2.30 -r1.239.2.31
--- Schema.pm 15 Apr 2011 03:09:50 -0000 1.239.2.30
+++ Schema.pm 18 Apr 2011 05:16:03 -0000 1.239.2.31
@@ -1332,9 +1332,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