Skip to content

Commit

Permalink
Merge pull request #1660 from jonasraoni/bugfix-main-10249-fix-data-l…
Browse files Browse the repository at this point in the history
…oss-on-settings

Bugfix main 10249 fix data loss on settings
  • Loading branch information
jonasraoni authored Jul 31, 2024
2 parents 93a5c75 + 5112a2b commit 21f3926
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<code function="installDefaultNavigationMenus" />
<code function="migrateStaticPagesToNavigationMenuItems" />

<upgrade minversion="3.3.0.16" maxversion="3.4.0.7">
<migration class="PKP\migration\upgrade\v3_4_0\I10249_FixProfileImageDataLoss" />
</upgrade>

<upgrade minversion="3.1.0.0" maxversion="3.3.9.9">
<migration class="APP\migration\upgrade\v3_4_0\PreflightCheckMigration" fallback="3.3.9.9" />
<migration class="PKP\migration\upgrade\v3_4_0\I8060_UpdateUserLocalesDefaultToEmptyArrayFromNull" />
Expand Down

0 comments on commit 21f3926

Please sign in to comment.