[freeside-commits] freeside/FS/FS Schema.pm,1.75,1.76
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Dec 14 13:51:28 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv27491
Modified Files:
Schema.pm
Log Message:
binary not required and breaks FS::Record::_quote
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- Schema.pm 4 Dec 2007 18:20:56 -0000 1.75
+++ Schema.pm 14 Dec 2007 21:51:26 -0000 1.76
@@ -1905,7 +1905,7 @@
'confnum', 'serial', '', '', '', '',
'agentnum', 'int', 'NULL', '', '', '',
'name', 'varchar', '', $char_d, '', '',
- 'value', 'long varbinary', 'NULL', '', '', '',
+ 'value', 'text', 'NULL', '', '', '',
],
'primary_key' => 'confnum',
'unique' => [ [ 'agentnum', 'name' ]],
More information about the freeside-commits
mailing list