[Migration] Fixed script. Column name and table name were swapped.
这个提交包含在:
父节点
e244573a65
当前提交
1083fb8693
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -20,7 +20,7 @@ class Migration_add_service_username extends CI_Migration {
|
|||
)
|
||||
);
|
||||
|
||||
if (!$this->db->field_exists('thirdparty_logins', 'service_username')) {
|
||||
if (!$this->db->field_exists('service_username', 'thirdparty_logins')) {
|
||||
$this->dbforge->add_column('thirdparty_logins', $fields);
|
||||
}
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用