[freeside-commits] freeside/FS/FS Schema.pm,1.169,1.170

Ivan,,, ivan at wavetail.420.am
Wed Oct 21 00:09:22 PDT 2009


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

Modified Files:
	Schema.pm 
Log Message:
MySQL doesn't like indexing a text field

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- Schema.pm	12 Oct 2009 01:45:12 -0000	1.169
+++ Schema.pm	21 Oct 2009 07:09:20 -0000	1.170
@@ -1643,7 +1643,7 @@
     'queue' => {
       'columns' => [
         'jobnum',      'serial',     '',      '', '', '', 
-        'job',           'text',     '',      '', '', '', 
+        'job',        'varchar',     '',     512, '', '', 
         '_date',          'int',     '',      '', '', '', 
         'status',     'varchar',     '', $char_d, '', '', 
         'statustext',    'text', 'NULL',      '', '', '', 



More information about the freeside-commits mailing list