X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=431f125f85aaa0a74587b33efc77e9ee4da136ee;hb=da355fb20a69bbe5710ce7dca16e2c84a207a084;hp=91c91f8acfc3f077869f48dd3550332af1020772;hpb=5861d6c9495e419a679aec5cf2e2b81270540062;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 91c91f8ac..431f125f8 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4891,6 +4891,8 @@ sub tables_hashref { 'height', 'decimal', 'NULL', '', '', '', 'veg_height', 'decimal', 'NULL', '', '', '', 'color', 'varchar', 'NULL', 6, '', '', + 'up_rate_limit', 'int', 'NULL', '', '', '', + 'down_rate_limit', 'int', 'NULL', '', '', '', ], 'primary_key' => 'towernum', 'unique' => [ [ 'towername' ] ], # , 'agentnum' ] ], @@ -4916,6 +4918,9 @@ sub tables_hashref { 'east', 'decimal', 'NULL', '10,7', '', '', 'south', 'decimal', 'NULL', '10,7', '', '', 'north', 'decimal', 'NULL', '10,7', '', '', + 'title', 'varchar', 'NULL', $char_d,'', '', + 'up_rate_limit', 'int', 'NULL', '', '', '', + 'down_rate_limit', 'int', 'NULL', '', '', '', ], 'primary_key' => 'sectornum', 'unique' => [ [ 'towernum', 'sectorname' ], [ 'ip_addr' ], ],