Skip to content

Commit

Permalink
pkp/pkp-lib#10571 Move migration into v3.6 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Nov 13, 2024
1 parent cacb4ab commit f72761d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
<migration class="PKP\migration\install\CategoriesMigration" />
<migration class="PKP\migration\install\HighlightsMigration" />
<migration class="APP\migration\install\MetricsMigration" />
<migration class="PKP\migration\install\EmailTemplateUserGroupAccessMigration"/>

<!-- Other install tasks -->
<code function="createData"/>
Expand Down
4 changes: 2 additions & 2 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
*
-->

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

<upgrade minversion="2.0.0.0" maxversion="3.2.9.9">
Expand Down Expand Up @@ -152,7 +152,7 @@
</upgrade>

<upgrade minversion="3.5.0.0" maxversion="3.5.0.0">
<migration class="PKP\migration\upgrade\v3_5_0\I10403_EmailTemplateUserGroupAccess"/>
<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" />
Expand Down

0 comments on commit f72761d

Please sign in to comment.