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 9d4f667)
  • Loading branch information
jonasraoni committed Jul 31, 2024
1 parent edca657 commit 9dc7548
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 @@ -131,6 +131,10 @@
<note file="docs/release-notes/README-3.3.0" />
</upgrade>

<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 9dc7548

Please sign in to comment.