[freeside-commits] freeside/FS/FS Schema.pm,1.130,1.131

Ivan,,, ivan at wavetail.420.am
Sun Mar 29 04:56:13 PDT 2009


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

Modified Files:
	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.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- Schema.pm	24 Mar 2009 06:31:06 -0000	1.130
+++ Schema.pm	29 Mar 2009 11:56:11 -0000	1.131
@@ -1233,7 +1233,7 @@
       ],
       'primary_key' => 'pkgsvcnum',
       'unique' => [ ['pkgpart', 'svcpart'] ],
-      'index' => [ ['pkgpart'] ],
+      'index' => [ ['pkgpart'], ['quantity'] ],
     },
 
     'part_referral' => {



More information about the freeside-commits mailing list