[freeside-commits] freeside/FS/FS Schema.pm,1.325,1.326
Ivan,,,
ivan at wavetail.420.am
Wed Sep 14 12:26:40 PDT 2011
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv29476
Modified Files:
Schema.pm
Log Message:
removing legacy part_pkg fields
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.325
retrieving revision 1.326
diff -u -w -d -r1.325 -r1.326
--- Schema.pm 14 Sep 2011 19:24:00 -0000 1.325
+++ Schema.pm 14 Sep 2011 19:26:37 -0000 1.326
@@ -576,6 +576,7 @@
'seconds', 'int', 'NULL', '', '', '',
'weight', 'int', '', '', '', '',
'plan', 'varchar', 'NULL', $char_d, '', '',
+ 'plandata', 'text', 'NULL', '', '', '',
'reason', 'int', 'NULL', '', '', '',
'disabled', 'char', 'NULL', 1, '', '',
],
@@ -1624,7 +1625,6 @@
'setuptax', 'char', 'NULL', 1, '', '',
'recurtax', 'char', 'NULL', 1, '', '',
'plan', 'varchar', 'NULL', $char_d, '', '',
- 'plandata', 'text', 'NULL', '', '', '',
'disabled', 'char', 'NULL', 1, '', '',
'custom', 'char', 'NULL', 1, '', '',
'taxclass', 'varchar', 'NULL', $char_d, '', '',
More information about the freeside-commits
mailing list