Skip to content

Commit

Permalink
pkp/pkp-lib#10759 Introduce review_assignment_settings table
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Jan 7, 2025
1 parent 38191f3 commit 091981f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<migration class="APP\migration\install\MetricsMigration" />

<migration class="APP\migration\install\SeriesCategoriesMigration" />
<migration class="PKP\migration\install\ReviewAssignmentSettings" />

<code function="createData" />
<code function="createConfig" />
Expand Down
1 change: 1 addition & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<migration class="PKP\migration\upgrade\v3_5_0\I10292_RemoveControlledVocabEntrySettingType"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10292_UpdateControlledVocabAssocId"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10292_UpdateControlledVocabEntrySettingName"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10759_AddReviewAssignmentSettings"/>
</upgrade>

<!-- Update plugin configuration - should be done as the final upgrade task -->
Expand Down

0 comments on commit 091981f

Please sign in to comment.