[freeside-commits] freeside/FS/FS Schema.pm,1.44.2.37,1.44.2.38

Ivan,,, ivan at wavetail.420.am
Sun Apr 26 16:43:45 PDT 2009


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

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	Schema.pm 
Log Message:
would help to have an index on priority if we're going to order based on it

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.44.2.37
retrieving revision 1.44.2.38
diff -u -d -r1.44.2.37 -r1.44.2.38
--- Schema.pm	20 Apr 2009 16:58:07 -0000	1.44.2.37
+++ Schema.pm	26 Apr 2009 23:43:43 -0000	1.44.2.38
@@ -1196,7 +1196,9 @@
       ],
       'primary_key' => 'jobnum',
       'unique'      => [],
-      'index'       => [ [ 'svcnum' ], [ 'status' ] ],
+      'index'       => [ [ 'priority', ],
+                         [ 'job' ], [ 'svcnum' ], [ 'custnum' ], [ 'status' ],
+                       ],
     },
 
     'queue_arg' => {



More information about the freeside-commits mailing list