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 Jan 11, 2024
1 parent dc4ffbc commit 6e1880f
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_RenameReviewRemainderSettingsName.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_RenameReviewRemainderSettingsName.php
*
* @brief Rename the review remainder settings name
*
*/

namespace APP\migration\upgrade\v3_5_0;

class I5885_RenameReviewRemainderSettingsName extends \PKP\migration\upgrade\v3_5_0\I5885_RenameReviewRemainderSettingsName
{
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 @@ -220,6 +220,7 @@
<upgrade minversion="3.4.0.0" maxversion="3.4.9.9">
<migration class="PKP\migration\upgrade\v3_5_0\I9197_MigrateAccessKeys"/>
<migration class="PKP\migration\upgrade\v3_5_0\I9262_Highlights"/>
<migration class="APP\migration\upgrade\v3_5_0\I5885_RenameReviewRemainderSettingsName"/>
</upgrade>

<upgrade minversion="3.1.0.0" maxversion="3.4.9.9">
Expand Down

0 comments on commit 6e1880f

Please sign in to comment.