From 37156a8ac7e1d9199eb2f197da04319a477ae616 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 2 Mar 2018 12:43:50 -0500 Subject: [PATCH] Add update migration --- install/migrations/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/migrations/core.php b/install/migrations/core.php index 888ae9f6..4a22c4b7 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -226,6 +226,6 @@ function getAllMigrations() { 168 => new \v330\CalendarImprovements\AddBusinessHoursTable(168), 169 => new \v330\CalendarImprovements\InsertDefaultBusinessHours(169), 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), ); } \ No newline at end of file