Skip to content

Commit

Permalink
pkp/pkp-lib#4787 added migration to install and upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Feb 10, 2025
1 parent 4eb938b commit e1a1317
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<migration class="PKP\migration\install\SubmissionFilesMigration" />
<migration class="PKP\migration\install\LibraryFilesMigration" />
<migration class="PKP\migration\install\ReviewsMigration" />
<migration class="PKP\migration\install\ReviewerSuggestionsMigration" />
<migration class="PKP\migration\install\TemporaryFilesMigration" />
<migration class="PKP\migration\install\TombstoneMigration" />
<migration class="PKP\migration\install\DoiMigration" />
Expand Down
4 changes: 4 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@
<migration class="PKP\migration\upgrade\v3_5_0\I7135_CreateNewRorRegistryCacheTables"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10759_AddReviewAssignmentSettings"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10819_OrcidOauthScopeMail"/>

<!-- Need to be moved to new block once 3.5 branch created -->
<migration class="PKP\migration\upgrade\v3_6_0\I4787_InstallReviewerSuggestion"/>

<note file="docs/release-notes/README-3.5.0" />
</upgrade>

Expand Down

0 comments on commit e1a1317

Please sign in to comment.