X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=a1615b71a59d01b804f298642f64bb043fc6e8cd;hp=66b9a51c3b73bc2d9be7f627d3a02945daf66541;hb=04f53daab621710db56b075e1aaf56e7c52f9ba9;hpb=49d9ea969069430ef3fe23e5b1ac3599e929bb04 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 66b9a51c3..a1615b71a 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -4139,6 +4139,7 @@ sub tables_hashref { 'classnum', 'int', '', '', '', '', 'model', 'varchar', '', $char_d, '', '', 'revision','varchar', 'NULL', $char_d, '', '', + 'title', 'varchar', 'NULL', $char_d, '', '', # external id ], 'primary_key' => 'typenum', 'unique' => [ [ 'classnum', 'model', 'revision' ] ], @@ -4886,6 +4887,10 @@ sub tables_hashref { 'sector_range', 'decimal', 'NULL', '', '', '', #? 'downtilt', 'decimal', 'NULL', '', '', '', 'v_width', 'int', 'NULL', '', '', '', + 'power', 'decimal', 'NULL', '', '', '', + 'line_loss', 'decimal', 'NULL', '', '', '', + 'antenna_gain', 'decimal', 'NULL', '', '', '', + 'hardware_typenum', 'int', 'NULL', '', '', '', 'db_high', 'int', 'NULL', '', '', '', 'db_low', 'int', 'NULL', '', '', '', 'image', 'blob', 'NULL', '', '', '', @@ -4893,6 +4898,8 @@ sub tables_hashref { 'east', 'decimal', 'NULL', '10,7', '', '', 'south', 'decimal', 'NULL', '10,7', '', '', 'north', 'decimal', 'NULL', '10,7', '', '', + + 'title', 'varchar', 'NULL', $char_d,'', '', ], 'primary_key' => 'sectornum', 'unique' => [ [ 'towernum', 'sectorname' ], [ 'ip_addr' ], ], @@ -4901,6 +4908,10 @@ sub tables_hashref { { columns => [ 'towernum' ], table => 'tower', }, + { columns => [ 'hardware_typenum' ], + table => 'hardware_type', + references => [ 'typenum' ], + }, ], },