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 committed May 9, 2024
1 parent f792039 commit c8bfc2b
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 @@ -119,6 +119,7 @@
<migration class="PKP\migration\upgrade\v3_5_0\I9566_SessionUpgrade"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9809_ReviewCancelDate"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9860_EditorialMastheadNavMenuItem"/>
<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 c8bfc2b

Please sign in to comment.