mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Fix TI9
This commit is contained in:
@@ -26,6 +26,7 @@ class Migration_tag_2_2_2 extends CI_Migration {
|
||||
|
||||
$this->dbtry("UPDATE dxcc_master set ituzone = '63' where countrycode = 234;"); // E5/s
|
||||
$this->dbtry("UPDATE dxcc_master set ituzone = '47' where countrycode in (57, 244);"); // FQ8 and ST0/d
|
||||
$this->dbtry("UPDATE dxcc_master set ituzone = '12' where countrycode = 37;"); // TI9
|
||||
|
||||
$this->dbtry("INSERT INTO dxcc_temp (prefix,name,adif,cont,cqz,ituz,`long`,lat)
|
||||
select prefix, name, adif, cont, cqz, (select ituzone from dxcc_master where countrycode = dxcc_entities.adif) ituzone, `long`, lat
|
||||
|
||||
Reference in New Issue
Block a user