From c7a718c3376deb36ddcb281b7f528ecb9ba1e7a3 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 4 Jan 2022 00:55:10 +0000 Subject: [PATCH] Update 080_update_cas9_qsos.php --- application/migrations/080_update_cas9_qsos.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/migrations/080_update_cas9_qsos.php b/application/migrations/080_update_cas9_qsos.php index 9dcf5fc2..1d86a82d 100644 --- a/application/migrations/080_update_cas9_qsos.php +++ b/application/migrations/080_update_cas9_qsos.php @@ -8,7 +8,7 @@ class Migration_update_cas9_qsos extends CI_Migration $this->db->set('COL_SAT_NAME', 'HO-113'); $this->db->set('COL_LOTW_QSL_SENT', 'N'); $this->db->where('COL_SAT_NAME', 'CAS-9'); - $this->db->update($this->config->item('table_name')); // gives UPDATE `mytable` SET `field` = 'field+1' WHERE `id` = 2 + $this->db->update($this->config->item('table_name')); } public function down()