[freeside-commits] freeside/FS/FS Schema.pm,1.20,1.21

Ivan,,, ivan at wavetail.420.am
Wed Aug 9 20:10:02 PDT 2006


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv32210

Modified Files:
	Schema.pm 
Log Message:
don't set the default to NULL the string!  besides, that's already the default
value of any nullable column, which @date_type is...


Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Schema.pm	9 Aug 2006 06:43:01 -0000	1.20
+++ Schema.pm	10 Aug 2006 03:10:00 -0000	1.21
@@ -543,8 +543,8 @@
       'columns' => [
         'batchnum',   'serial',    '',   '', '', '', 
         'status',     'char', 'NULL',     1, '', '', 
-        'download',   @date_type, 'NULL', '', 
-        'upload',     @date_type, 'NULL', '', 
+        'download',   @date_type, '', '', 
+        'upload',     @date_type, '', '', 
       ],
       'primary_key' => 'batchnum',
       'unique' => [],



More information about the freeside-commits mailing list