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 a600b05 commit aa921b4
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 @@ -47,6 +47,7 @@
<migration class="PKP\migration\install\HighlightsMigration" />
<migration class="PKP\migration\install\InstitutionsMigration" />
<migration class="APP\migration\install\MetricsMigration" />
<migration class="PKP\migration\install\ReviewAssignmentSettings" />

<!-- Other install tasks -->
<code function="createData"/>
Expand Down
1 change: 1 addition & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,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 aa921b4

Please sign in to comment.