[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.33,1.44.2.34
Ivan,,,
ivan at wavetail.420.am
Sun Mar 29 04:56:15 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv32157
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Schema.pm
Log Message:
index pkg_svc.quantity, RT#5083
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.44.2.33
retrieving revision 1.44.2.34
diff -u -d -r1.44.2.33 -r1.44.2.34
--- Schema.pm 24 Mar 2009 06:31:13 -0000 1.44.2.33
+++ Schema.pm 29 Mar 2009 11:56:12 -0000 1.44.2.34
@@ -930,7 +930,7 @@
],
'primary_key' => 'pkgsvcnum',
'unique' => [ ['pkgpart', 'svcpart'] ],
- 'index' => [ ['pkgpart'] ],
+ 'index' => [ ['pkgpart'], ['quantity'] ],
},
'part_referral' => {
More information about the freeside-commits
mailing list