mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Update 080_update_cas9_qsos.php
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user