[freeside-commits] freeside/FS/FS Schema.pm,1.5,1.6
Ivan,,,
ivan at wavetail.420.am
Thu Nov 17 04:27:41 PST 2005
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv24526/FS/FS
Modified Files:
Schema.pm
Log Message:
add cust_pkg2 index on cust_pkg.pkgpart
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Schema.pm 24 Oct 2005 11:56:35 -0000 1.5
+++ Schema.pm 17 Nov 2005 12:27:39 -0000 1.6
@@ -561,7 +561,7 @@
],
'primary_key' => 'pkgnum',
'unique' => [],
- 'index' => [ ['custnum'] ],
+ 'index' => [ ['custnum'], ['pkgpart'] ],
},
'cust_refund' => {
More information about the freeside-commits
mailing list