[freeside-commits] freeside/FS/FS Schema.pm,1.40,1.41
Ivan,,,
ivan at wavetail.420.am
Tue Jan 9 14:57:23 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv335
Modified Files:
Schema.pm
Log Message:
2147483647 should be enough bytes for anyone!
Index: Schema.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Schema.pm,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- Schema.pm 29 Dec 2006 08:51:32 -0000 1.40
+++ Schema.pm 9 Jan 2007 22:57:21 -0000 1.41
@@ -841,12 +841,12 @@
'slipip', 'varchar', 'NULL', 15, '', '', #four TINYINTs, bah.
'seconds', 'int', 'NULL', '', '', '', #uhhhh
'seconds_threshold', 'int', 'NULL', '', '', '',
- 'upbytes', 'int', 'NULL', '', '', '',
- 'upbytes_threshold', 'int', 'NULL', '', '', '',
- 'downbytes', 'int', 'NULL', '', '', '',
- 'downbytes_threshold', 'int', 'NULL', '', '', '',
- 'totalbytes','int', 'NULL', '', '', '',
- 'totalbytes_threshold', 'int', 'NULL', '', '', '',
+ 'upbytes', 'bigint', 'NULL', '', '', '',
+ 'upbytes_threshold', 'bigint', 'NULL', '', '', '',
+ 'downbytes', 'bigint', 'NULL', '', '', '',
+ 'downbytes_threshold', 'bigint', 'NULL', '', '', '',
+ 'totalbytes','bigint', 'NULL', '', '', '',
+ 'totalbytes_threshold', 'bigint', 'NULL', '', '', '',
'domsvc', 'int', '', '', '', '',
],
'primary_key' => 'svcnum',
@@ -950,9 +950,9 @@
'identifier', 'varchar', '', $char_d, '', '',
'amount', @money_type, '', '',
'seconds', 'int', 'NULL', '', '', '',
- 'upbytes', 'int', 'NULL', '', '', '',
- 'downbytes', 'int', 'NULL', '', '', '',
- 'totalbytes', 'int', 'NULL', '', '', '',
+ 'upbytes', 'bigint', 'NULL', '', '', '',
+ 'downbytes', 'bigint', 'NULL', '', '', '',
+ 'totalbytes', 'bigint', 'NULL', '', '', '',
'agentnum', 'int', 'NULL', '', '', '',
],
'primary_key' => 'prepaynum',
More information about the freeside-commits
mailing list