X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=5b33ecba96e2a3494baffc93a775152bc4d8c83d;hb=1586961f12c742e45a38bc9cea0fcc49d5b1dd2a;hp=6d70ede8f5d141f192f96b5bcd1a82ac7fdcc62a;hpb=b20ef760ea09410b688c5bfe2c7e471c09e19427;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 6d70ede8f..5b33ecba9 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4927,8 +4927,8 @@ sub tables_hashref { 'height', 'decimal', 'NULL', '', '', '', 'veg_height', 'decimal', 'NULL', '', '', '', 'color', 'varchar', 'NULL', 6, '', '', - 'up_rate', 'int', 'NULL', '', '', '', - 'down_rate', 'int', 'NULL', '', '', '', + 'up_rate_limit', 'int', 'NULL', '', '', '', + 'down_rate_limit', 'int', 'NULL', '', '', '', ], 'primary_key' => 'towernum', 'unique' => [ [ 'towername' ] ], # , 'agentnum' ] ], @@ -4960,8 +4960,8 @@ sub tables_hashref { 'south', 'decimal', 'NULL', '10,7', '', '', 'north', 'decimal', 'NULL', '10,7', '', '', 'title', 'varchar', 'NULL', $char_d,'', '', - 'up_rate', 'int', 'NULL', '', '', '', - 'down_rate', 'int', 'NULL', '', '', '', + 'up_rate_limit', 'int', 'NULL', '', '', '', + 'down_rate_limit', 'int', 'NULL', '', '', '', ], 'primary_key' => 'sectornum', 'unique' => [ [ 'towernum', 'sectorname' ], [ 'ip_addr' ], ],