Skip to content

Commit

Permalink
#8598 funder_settings, funder_award_settings, static_page_settings ta…
Browse files Browse the repository at this point in the history
…bles added to migration
  • Loading branch information
defstat authored and asmecher committed Feb 17, 2023
1 parent c1dba23 commit 84c5a17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion classes/migration/upgrade/v3_4_0/MergeLocalesMigration.php
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,10 @@ protected static function getSettingsTables(): Collection
'submission_settings' => 'submission_id',
'user_group_settings' => 'user_group_id',
'user_settings' => 'user_id',
'site_settings' => null
'site_settings' => null,
'funder_settings' => 'funder_id',
'funder_award_settings' => 'funder_award_id',
'static_page_settings' => 'static_page_id',
]);
}

Expand Down

0 comments on commit 84c5a17

Please sign in to comment.