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 4e59404 commit f169120
Show file tree
Hide file tree
Showing 2 changed files with 3 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
2 changes: 2 additions & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@
<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 f169120

Please sign in to comment.