X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=88bb6acc3e7e64e9a3b795d597b9072d5191922f;hb=28d0e1291b3119b0bef1e1e887676f2c29e35c25;hp=33baa0a88f9ab4ed94c1121992521718fd7f56fb;hpb=633c48448d9468690b7ad77eb6ff7c660a286658;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 33baa0a88..88bb6acc3 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -841,12 +841,12 @@ sub tables_hashref { '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 @@ sub tables_hashref { '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', @@ -1161,6 +1161,7 @@ sub tables_hashref { 'svc_broadband' => { 'columns' => [ 'svcnum', 'int', '', '', '', '', + 'description', 'varchar', 'NULL', $char_d, '', '', 'blocknum', 'int', '', '', '', '', 'speed_up', 'int', '', '', '', '', 'speed_down', 'int', '', '', '', '',