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
  • Loading branch information
jonasraoni committed Jul 28, 2024
1 parent b91c713 commit 9d4f667
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<!-- migrateUserAndAuthorNames should be after migrateSRLocale -->
<code function="migrateUserAndAuthorNames" condition="return $installer->tableExists('users_tmp');" />
</upgrade>

<upgrade minversion="2.4.0.0" maxversion="3.1.9.9">
<code function="migrateSubmissionCoverImages" />
</upgrade>
Expand Down Expand Up @@ -208,6 +208,10 @@
<note file="docs/release-notes/README-3.3.0" />
</upgrade>

<upgrade minversion="3.3.0.16" maxversion="3.3.0.19">
<migration class="lib.pkp.classes.migration.upgrade.I10249_FixProfileImageDataLoss" />
</upgrade>

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

0 comments on commit 9d4f667

Please sign in to comment.