[freeside-commits] freeside/FS/FS Schema.pm,1.116,1.117

Ivan,,, ivan at wavetail.420.am
Mon Dec 8 01:08:46 PST 2008


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

Modified Files:
	Schema.pm 
Log Message:
make room for CDRs, RT#4387

Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -d -r1.116 -r1.117
--- Schema.pm	3 Dec 2008 01:42:25 -0000	1.116
+++ Schema.pm	8 Dec 2008 09:08:44 -0000	1.117
@@ -526,7 +526,7 @@
         'amount',  @money_typen, '', '', 
         'format',  'char', 'NULL', 1, '', '',
         'classnum', 'char', 'NULL', 1, '', '',
-        'detail',  'varchar', '', $char_d, '', '', 
+        'detail',  'varchar', '', 255, '', '', 
       ],
       'primary_key' => 'detailnum',
       'unique' => [],



More information about the freeside-commits mailing list