X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=236622b63725377a7309444cad4fc8cb377053c3;hp=245fb68f83e6c4cc4adbd3351190eac8513fd577;hb=5f9edcbe9fb3b3eb905614927aa6120d50c06ff1;hpb=e46f0ef0da8d0f639bacb293bfdf820e2a68b480 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 245fb68f8..236622b63 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4927,6 +4927,8 @@ sub tables_hashref { 'height', 'decimal', 'NULL', '', '', '', 'veg_height', 'decimal', 'NULL', '', '', '', 'color', 'varchar', 'NULL', 6, '', '', + 'up_rate', 'int', 'NULL', '', '', '', + 'down_rate', 'int', 'NULL', '', '', '', ], 'primary_key' => 'towernum', 'unique' => [ [ 'towername' ] ], # , 'agentnum' ] ], @@ -4957,8 +4959,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', 'int', 'NULL', '', '', '', + 'down_rate', 'int', 'NULL', '', '', '', ], 'primary_key' => 'sectornum', 'unique' => [ [ 'towernum', 'sectorname' ], [ 'ip_addr' ], ],