From ff8bbcf216fa994c542fa83466b46e94a53899d8 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 10 Jun 2025 14:45:41 +0100 Subject: [PATCH] Update 198_sat_name_change_hadesicm_so125.php --- application/migrations/198_sat_name_change_hadesicm_so125.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/migrations/198_sat_name_change_hadesicm_so125.php b/application/migrations/198_sat_name_change_hadesicm_so125.php index 45eb207e..28c7f6bc 100644 --- a/application/migrations/198_sat_name_change_hadesicm_so125.php +++ b/application/migrations/198_sat_name_change_hadesicm_so125.php @@ -5,7 +5,6 @@ class Migration_198_sat_name_change_hadesicm_so125 extends CI_Migration { public function up() { - // update column COL_SAT_NAME to SO-125 if its HADES-ICM $this->db->set('COL_SAT_NAME', 'SO-125'); $this->db->where('COL_SAT_NAME', 'HADES-ICM');