Skip to content

Commit

Permalink
pkp/pkp-lib#10249 Added migration to recover from data loss on the pr…
Browse files Browse the repository at this point in the history
…ofile image

(cherry picked from commit 55f4fee)
  • Loading branch information
jonasraoni committed Jul 31, 2024
1 parent 93a5c75 commit fd69ba5
Showing 1 changed file with 4 additions and 0 deletions.
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 fd69ba5

Please sign in to comment.