Skip to content

Commit

Permalink
pkp/pkp-lib#5885 Review remainder update
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir authored and asmecher committed Aug 30, 2024
1 parent fc38d4b commit a4493c7
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php

/**
* @file classes/migration/upgrade/v3_5_0/I5885_RenameReviewReminderSettingsName.php
*
* Copyright (c) 2014-2024 Simon Fraser University
* Copyright (c) 2000-2024 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* @class I5885_RenameReviewReminderSettingsName.php
*
* @brief Rename the review reminder settings name
*
*/

namespace APP\migration\upgrade\v3_5_0;

class I5885_RenameReviewReminderSettingsName extends \PKP\migration\upgrade\v3_5_0\I5885_RenameReviewReminderSettingsName
{
protected function getContextSettingsTable(): string
{
return 'journal_settings';
}
}
1 change: 1 addition & 0 deletions dbscripts/xml/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
<migration class="APP\migration\upgrade\v3_5_0\I9937_EditorialTeamToEditorialHistory"/>
<migration class="PKP\migration\upgrade\v3_5_0\I10041_UserGroupsAndUserUserGroupsMastheadValues"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9771_OrcidMigration"/>
<migration class="APP\migration\upgrade\v3_5_0\I5885_RenameReviewReminderSettingsName"/>
</upgrade>

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

0 comments on commit a4493c7

Please sign in to comment.