Think i need more sleep
这个提交包含在:
父节点
2c76f7ea8f
当前提交
2e7b6a5dad
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -23,7 +23,7 @@ class Migration_update_cat_table extends CI_Migration {
|
|||
'name' => 'frequency_rx',
|
||||
),
|
||||
);
|
||||
$this->dbforge->modify_column('table_name', $fields);
|
||||
$this->dbforge->modify_column('cat', $fields);
|
||||
}
|
||||
if ($this->db->field_exists('downlink_mode', 'cat')) {
|
||||
$fields = array(
|
||||
|
|
@ -31,7 +31,7 @@ class Migration_update_cat_table extends CI_Migration {
|
|||
'name' => 'frequency_rx',
|
||||
),
|
||||
);
|
||||
$this->dbforge->modify_column('table_name', $fields);
|
||||
$this->dbforge->modify_column('cat', $fields);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
正在加载…
在新工单中引用