Fix migration script (up added different comumn name)
这个提交包含在:
父节点
369a7c898e
当前提交
c2deb80b0d
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -16,6 +16,6 @@ class Migration_add_key_to_lotw_certs extends CI_Migration {
|
||||||
|
|
||||||
public function down()
|
public function down()
|
||||||
{
|
{
|
||||||
$this->dbforge->drop_column('lotw_certs', 'key');
|
$this->dbforge->drop_column('lotw_certs', 'cert_key');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用