[freeside-commits] freeside/FS/FS Schema.pm,1.168,1.168.2.1
Ivan,,,
ivan at wavetail.420.am
Wed Oct 21 00:09:24 PDT 2009
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv23662
Modified Files:
Tag: FREESIDE_1_9_BRANCH
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.168
retrieving revision 1.168.2.1
diff -u -d -r1.168 -r1.168.2.1
--- Schema.pm 9 Oct 2009 23:59:24 -0000 1.168
+++ Schema.pm 21 Oct 2009 07:09:21 -0000 1.168.2.1
@@ -1641,7 +1641,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