mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Corrected update statement of migration.
This commit is contained in:
parent
9d91b99dbc
commit
f289455228
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class Migration_Add_calendar_view_setting extends CI_Migration {
|
|||
|
||||
$this->dbforge->add_column('ea_user_settings', $fields);
|
||||
|
||||
$this->db->update('ea_user_settings', ['ea_user_settings' => 'default']);
|
||||
$this->db->update('ea_user_settings', ['calendar_view' => 'default']);
|
||||
}
|
||||
|
||||
public function down() {
|
||||
|
|
Loading…
Reference in a new issue