diff --git a/install/migrations/core.php b/install/migrations/core.php index 5157c658..f52740e7 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -217,5 +217,6 @@ function getAllMigrations() { 160 => new UpdateMigration('3.2.1', '3.2.0', 160), 161 => new UpdateMigration('3.2.2', '3.2.1', 161), 162 => new UpdateMigration('3.2.3', '3.2.2', 162), + 163 => new UpdateMigration('3.2.4', '3.2.3', 163), ); } \ No newline at end of file