Skip to content

Commit

Permalink
pkp/pkp-lib#4787 upgrade migrations moved to v3_6_0 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Nov 20, 2024
1 parent bcb4dce commit 9cc4bde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

/**
* @file classes/migration/upgrade/v3_5_0/I4787_ReviewSuggestions.php
* @file classes/migration/upgrade/v3_6_0/I4787_ReviewSuggestions.php
*
* Copyright (c) 2024 Simon Fraser University
* Copyright (c) 2024 John Willinsky
Expand All @@ -13,9 +13,9 @@
*
*/

namespace APP\migration\upgrade\v3_5_0;
namespace APP\migration\upgrade\v3_6_0;

class I4787_ReviewSuggestions extends \PKP\migration\upgrade\v3_5_0\I4787_ReviewSuggestions
class I4787_ReviewSuggestions extends \PKP\migration\upgrade\v3_6_0\I4787_ReviewSuggestions
{
protected string $CONTEXT_TABLE = 'journals';
protected string $CONTEXT_SETTINGS_TABLE = 'journal_settings';
Expand Down
1 change: 0 additions & 1 deletion dbscripts/xml/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<migration class="PKP\migration\install\TombstoneMigration" />
<migration class="PKP\migration\install\DoiMigration" />
<migration class="PKP\migration\install\InstitutionsMigration" />
<migration class="PKP\migration\install\ReviewerSuggestionsMigration" />

<migration class="APP\migration\install\OJSMigration" />

Expand Down

0 comments on commit 9cc4bde

Please sign in to comment.