mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-01 12:23:38 +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 = [
|
$fields = [
|
||||||
'id_caldav_calendar' => [
|
'id_caldav_calendar' => [
|
||||||
'type' => 'TEXT',
|
'type' => 'TEXT',
|
||||||
'default' => '',
|
'null' => null,
|
||||||
'after' => 'id_google_calendar',
|
'after' => 'id_google_calendar',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue