Skip to content

Commit

Permalink
pkp/pkp-lib#5885 fixed settings table name
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Jul 1, 2024
1 parent 1cfc722 commit 7a89ec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ class I5885_RenameReviewReminderSettingsName extends \PKP\migration\upgrade\v3_5
{
protected function getContextSettingsTable(): string
{
return 'journal_settings';
return 'press_settings';
}
}

0 comments on commit 7a89ec5

Please sign in to comment.