Skip to content

Commit

Permalink
pkp/pkp-lib#2493 Port XML-based upgrade to migration
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Jun 8, 2020
1 parent b6612d0 commit 0c96c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
5 changes: 1 addition & 4 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@
<data file="dbscripts/xml/upgrade/3.2.0_preupdate_last_activity.xml" />
</upgrade>

<upgrade minversion="2.4.0.0" maxversion="3.2.0.9">
<data file="dbscripts/xml/upgrade/3.2.1_preupdate_subeditor_categories.xml" />
</upgrade>

<upgrade minversion="3.0.0.0" maxversion="3.1.9.9">
<!-- Old schema syncs: These are deprecated! -->
<schema file="lib/pkp/xml/schema/common.xml" />
Expand Down Expand Up @@ -161,6 +157,7 @@
<upgrade minversion="2.4.0.0" maxversion="3.2.0.9">
<data file="dbscripts/xml/upgrade/3.2.1_update.xml" />
<code function="installEmailTemplate" key="ANNOUNCEMENT" locales="en_US" />
+ <migration class="lib.pkp.classes.migration.upgrade.v3_2_1SubeditorCategoriesMigration" />
<note file="docs/release-notes/README-3.2.1" />
</upgrade>

Expand Down
26 changes: 0 additions & 26 deletions dbscripts/xml/upgrade/3.2.1_preupdate_subeditor_categories.xml

This file was deleted.

0 comments on commit 0c96c25

Please sign in to comment.