mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
Fixed migration file
This commit is contained in:
@@ -20,7 +20,7 @@ class Migration_add_service_username extends CI_Migration {
|
||||
)
|
||||
);
|
||||
|
||||
if (!$this->db->field_exists('public_slug', 'thirdparty_logins')) {
|
||||
if (!$this->db->field_exists('thirdparty_logins', 'service_username')) {
|
||||
$this->dbforge->add_column('thirdparty_logins', $fields);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user