File tree 2 files changed +3
-4
lines changed
classes/migration/upgrade/v3_6_0
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/**
4
- * @file classes/migration/upgrade/v3_5_0 /I4787_ReviewSuggestions.php
4
+ * @file classes/migration/upgrade/v3_6_0 /I4787_ReviewSuggestions.php
5
5
*
6
6
* Copyright (c) 2024 Simon Fraser University
7
7
* Copyright (c) 2024 John Willinsky
13
13
*
14
14
*/
15
15
16
- namespace APP \migration \upgrade \v3_5_0 ;
16
+ namespace APP \migration \upgrade \v3_6_0 ;
17
17
18
- class I4787_ReviewSuggestions extends \PKP \migration \upgrade \v3_5_0 \I4787_ReviewSuggestions
18
+ class I4787_ReviewSuggestions extends \PKP \migration \upgrade \v3_6_0 \I4787_ReviewSuggestions
19
19
{
20
20
protected string $ CONTEXT_TABLE = 'journals ' ;
21
21
protected string $ CONTEXT_SETTINGS_TABLE = 'journal_settings ' ;
Original file line number Diff line number Diff line change 39
39
<migration class =" PKP\migration\install\TombstoneMigration" />
40
40
<migration class =" PKP\migration\install\DoiMigration" />
41
41
<migration class =" PKP\migration\install\InstitutionsMigration" />
42
- <migration class =" PKP\migration\install\ReviewerSuggestionsMigration" />
43
42
44
43
<migration class =" APP\migration\install\OJSMigration" />
45
44
You can’t perform that action at this time.
0 commit comments