Fixed migration file

This commit is contained in:
Peter Goodhall
2022-05-20 12:28:23 +01:00
parent 6fe44f3b57
commit e244573a65

View File

@@ -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);
}