Update 100_update_cat_table.php
这个提交包含在:
父节点
d946d23fa2
当前提交
2c76f7ea8f
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
|
|
@ -18,7 +18,6 @@ class Migration_update_cat_table extends CI_Migration {
|
||||||
$this->dbforge->drop_column('cat', 'uplink_mode');
|
$this->dbforge->drop_column('cat', 'uplink_mode');
|
||||||
}
|
}
|
||||||
if ($this->db->field_exists('downlink_freq', 'cat')) {
|
if ($this->db->field_exists('downlink_freq', 'cat')) {
|
||||||
$this->db->query("ALTER TABLE cat CHANGE COLUMN downlink_freq TO frequency_rx");
|
|
||||||
$fields = array(
|
$fields = array(
|
||||||
'downlink_freq' => array(
|
'downlink_freq' => array(
|
||||||
'name' => 'frequency_rx',
|
'name' => 'frequency_rx',
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用