Add update migration

master
Mike Koch 6 years ago
parent 7fe96fda96
commit 37156a8ac7
No known key found for this signature in database
GPG Key ID: 9DF46195699C8A67

@ -226,6 +226,6 @@ function getAllMigrations() {
168 => new \v330\CalendarImprovements\AddBusinessHoursTable(168), 168 => new \v330\CalendarImprovements\AddBusinessHoursTable(168),
169 => new \v330\CalendarImprovements\InsertDefaultBusinessHours(169), 169 => new \v330\CalendarImprovements\InsertDefaultBusinessHours(169),
170 => new \v330\CalendarImprovements\AddShowStartTimeSetting(170), 170 => new \v330\CalendarImprovements\AddShowStartTimeSetting(170),
171 => new UpdateMigration('3.2.5', '3.2.4', 171), 171 => new UpdateMigration('3.3.0', '3.2.5', 171),
); );
} }
Loading…
Cancel
Save