Skip to content

Commit

Permalink
pkp/pkp-lib#9069 Moved review forms migration up
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasraoni authored and asmecher committed Jun 9, 2023
1 parent 1157cba commit cf91239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
</upgrade>

<upgrade minversion="3.1.0.0" maxversion="3.3.9.9">
<migration class="APP\migration\upgrade\v3_4_0\PreflightCheckMigration" fallback="3.3.9.9" />
<migration class="APP\migration\upgrade\v3_4_0\ReviewFormsMigration" />
<migration class="APP\migration\upgrade\v3_4_0\PreflightCheckMigration" fallback="3.3.9.9" />
<migration class="PKP\migration\upgrade\v3_4_0\I8060_UpdateUserLocalesDefaultToEmptyArrayFromNull" />
<migration class="PKP\migration\upgrade\v3_4_0\I7245_UpdateUserLocaleStringToParsableJsonString" />
<migration class="APP\migration\upgrade\v3_4_0\I3573_AddPrimaryKeys" />
Expand Down

0 comments on commit cf91239

Please sign in to comment.