Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-koch committed Nov 20, 2017
1 parent 70435ce commit f8ab899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install/migrations/core.php
Expand Up @@ -213,8 +213,9 @@ function getAllMigrations() {
157 => new \v320\AddAuditTrail\CreateAuditTrailToReplacementValuesTable(),
158 => new \v320\AddMigrationSetting(),
159 => new UpdateMigration('3.2.0', '3.1.1', 159),
//3.2.1 - 3.2.2
//3.2.1 - 3.2.3
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),
);
}

0 comments on commit f8ab899

Please sign in to comment.