Skip to content

Commit

Permalink
pkp/pkp-lib#8826 Add foreign key to email_log.sender_id; add blank pr…
Browse files Browse the repository at this point in the history
…eflight check for 3.5
  • Loading branch information
asmecher committed May 10, 2024
1 parent 12da477 commit 3d5ebc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
</upgrade>

<upgrade minversion="3.1.0.0" maxversion="3.4.9.9">
<migration class="PKP\migration\upgrade\v3_5_0\PreflightCheckMigration" fallback="3.4.9.9" />
<migration class="PKP\migration\upgrade\v3_5_0\I9197_MigrateAccessKeys"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9253_SiteAnnouncements"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9262_Highlights"/>
Expand All @@ -114,6 +115,7 @@
<migration class="PKP\migration\upgrade\v3_5_0\I9566_SessionUpgrade"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9809_ReviewCancelDate"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9860_EditorialMastheadNavMenuItem"/>
<migration class="PKP\migration\upgrade\v3_5_0\I8826_AddMissingForeignKeys" />
</upgrade>

<!-- update plugin configuration - should be done as the final upgrade task -->
Expand Down

0 comments on commit 3d5ebc2

Please sign in to comment.