Skip to content

Commit

Permalink
pkp/pkp-lib#8592 Re-executed migration in order to ensure that new 3.…
Browse files Browse the repository at this point in the history
…4 installations have the proper nullability
  • Loading branch information
jonasraoni committed Jun 19, 2024
1 parent f58b9f8 commit 49f92ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
<migration class="PKP\migration\upgrade\v3_4_0\I9830_FixEmptyUserLocales" />
</upgrade>

<upgrade minversion="3.4.0.0" maxversion="3.4.0.5">
<!-- Only new 3.4 installations need this fix -->
<migration class="PKP\migration\upgrade\v3_4_0\I8592_SiteNotificationSubscriptions"/>
</upgrade>

<!-- update plugin configuration - should be done as the final upgrade task -->
<code function="addPluginVersions" />
</install>

0 comments on commit 49f92ae

Please sign in to comment.