X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=bd708a7b6177b57e7b135407aee725f6ae27af03;hp=321065f75ed559fb9b1b9c47686571f046f30e69;hb=0e845fa6f04733d82ea8ca092c7778aef773ab5d;hpb=a69c2b61cdf4e866e36bab91de1dd71666e7cfb7 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 321065f75..bd708a7b6 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1895,6 +1895,7 @@ sub tables_hashref { '_password_encoding', 'varchar', 'NULL', $char_d, '', '', 'sec_phrase', 'varchar', 'NULL', $char_d, '', '', 'popnum', 'int', 'NULL', '', '', '', + 'sectornum', 'int', 'NULL', '', '', '', 'uid', 'int', 'NULL', '', '', '', 'gid', 'int', 'NULL', '', '', '', 'finger', 'varchar', 'NULL', 2*$char_d, '', '', @@ -2537,6 +2538,10 @@ sub tables_hashref { #'agentnum', 'int', 'NULL', '', '', '', 'towername', 'varchar', '', $char_d, '', '', 'disabled', 'char', 'NULL', 1, '', '', + 'latitude', 'decimal', 'NULL', '10,7', '', '', + 'longitude','decimal', 'NULL', '10,7', '', '', + 'altitude', 'decimal', 'NULL', '', '', '', + 'coord_auto', 'char', 'NULL', 1, '', '', ], 'primary_key' => 'towernum', 'unique' => [ [ 'towername' ] ], # , 'agentnum' ] ],