From 306c2d370a41c0182561d0cf089f61d3693d0aa3 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 23 Mar 2018 12:52:30 -0400 Subject: [PATCH] Add update migration --- install/migrations/core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install/migrations/core.php b/install/migrations/core.php index e02a83ca..3a48ce6c 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -228,5 +228,6 @@ function getAllMigrations() { 170 => new \v330\CalendarImprovements\AddShowStartTimeSetting(170), 171 => new \v330\AddHighlightTicketRowsSetting(171), 172 => new UpdateMigration('3.3.0', '3.2.5', 172), + 173 => new UpdateMigration('3.3.1', '3.3.0', 173), ); } \ No newline at end of file