Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Dec 3, 2024
1 parent 0b36be0 commit 4c20db2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* Installation descriptor file.
-->

<install version="3.5.0.0">
<install version="3.6.0.0">
<code function="checkPhpVersion" />

<code function="createDirectories"/>
Expand Down
4 changes: 3 additions & 1 deletion dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,11 @@
<migration class="PKP\migration\upgrade\v3_5_0\COA75_AddUserRoleEndEmail"/>
</upgrade>

<upgrade minversion="3.5.0.0" maxversion="3.5.0.0">
<upgrade minversion="3.5.0.0" maxversion="3.5.9.9">
<migration class="PKP\migration\upgrade\v3_6_0\PreflightCheckMigration" fallback="3.5.9.9" />
<migration class="PKP\migration\upgrade\v3_6_0\I10403_EmailTemplateUserGroupAccess"/>
</upgrade>

<!-- update plugin configuration - should be done as the final upgrade task -->
<code function="addPluginVersions" />
</install>
2 changes: 1 addition & 1 deletion lib/pkp
Submodule pkp updated 0 files

0 comments on commit 4c20db2

Please sign in to comment.