From 55d28e22be10d00321c29e9e9b9ea2115c0055f9 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Wed, 31 Dec 2025 17:10:23 +0100 Subject: [PATCH] Fix TI9 --- application/migrations/269_tag_2_2_2.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/migrations/269_tag_2_2_2.php b/application/migrations/269_tag_2_2_2.php index be64d827d..ec1b23f64 100644 --- a/application/migrations/269_tag_2_2_2.php +++ b/application/migrations/269_tag_2_2_2.php @@ -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