Skip to content

Commit

Permalink
pkp/pkp-lib#8598 db Migration Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
defstat committed Feb 14, 2023
1 parent 887c9c5 commit adb9f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/migration/upgrade/v3_4_0/MergeLocalesMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class MergeLocalesMigration extends \PKP\migration\upgrade\v3_4_0\MergeLocalesMi
protected string $CONTEXT_SETTINGS_TABLE = 'press_settings';
protected string $CONTEXT_COLUMN = 'press_id';

protected function getSettingsTables(): Collection
public static function getSettingsTables(): Collection
{
return collect([
'press_settings' => 'press_id',
Expand Down

0 comments on commit adb9f75

Please sign in to comment.