From 70793cdfae3550d48084020f232ad07988038189 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Tue, 7 Nov 2017 21:58:44 -0500 Subject: [PATCH] Update installer --- build.php | 2 +- install/install_functions.inc.php | 2 +- install/migrations/core.php | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/build.php b/build.php index 5c0d0523..1d8d87d6 100644 --- a/build.php +++ b/build.php @@ -1,4 +1,4 @@ new \v320\AddAuditTrail\CreateAuditTrailToReplacementValuesTable(), 158 => new \v320\AddMigrationSetting(), 159 => new UpdateMigration('3.2.0', '3.1.1', 159), - //3.2.1 + //3.2.1 - 3.2.2 160 => new UpdateMigration('3.2.1', '3.2.0', 160), + 161 => new UpdateMigration('3.2.2', '3.2.1', 161), ); } \ No newline at end of file