mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Fix the id_caldav_calendar column migration
This commit is contained in:
parent
868291173f
commit
ec545a265e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Migration_Add_id_caldav_calendar_column_to_appointments_table extends EA_M
|
|||
$fields = [
|
||||
'id_caldav_calendar' => [
|
||||
'type' => 'TEXT',
|
||||
'default' => '',
|
||||
'null' => null,
|
||||
'after' => 'id_google_calendar',
|
||||
],
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue