Fix the id_caldav_calendar column migration

This commit is contained in:
Alex Tselegidis 2024-05-14 12:37:02 +02:00
parent 868291173f
commit ec545a265e

View file

@ -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',
],
];