-
Notifications
You must be signed in to change notification settings - Fork 916
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade script to rename editorialTeam into editorialHistory and to r…
…emove Editorial Team manu nav item
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
classes/migration/upgrade/v3_5_0/I9937_EditorialTeamToEditorialHistory.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?php | ||
|
||
/** | ||
* @file classes/migration/upgrade/v3_5_0/I9937_EditorialTeamToEditorialHistory.php | ||
* | ||
* Copyright (c) 2024 Simon Fraser University | ||
* Copyright (c) 2024 John Willinsky | ||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. | ||
* | ||
* @class I9937_EditorialTeamToEditorialHistory | ||
* | ||
* @brief Migrate/rename editorialTeam to editorialHistory context setting and remove Editorial Team navigation menu item. | ||
*/ | ||
|
||
namespace APP\migration\upgrade\v3_5_0; | ||
|
||
class I9937_EditorialTeamToEditorialHistory extends \PKP\migration\upgrade\v3_5_0\I9937_EditorialTeamToEditorialHistory | ||
{ | ||
protected function getContextSettingsTable(): string | ||
{ | ||
return 'journal_settings'; | ||
} | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters