Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor MigrationRunner::run_migrations() to call a helper #10232

Open
wants to merge 1 commit into
base: tristan957/inline-queries
Choose a base branch
from

Conversation

tristan957
Copy link
Member

@tristan957 tristan957 commented Dec 23, 2024

This will make it easier to add per-db migrations, such as that for
CVE-2024-4317.

Link: https://www.postgresql.org/support/security/CVE-2024-4317/
Signed-off-by: Tristan Partin [email protected]

@tristan957 tristan957 requested a review from a team as a code owner December 23, 2024 17:44
@tristan957 tristan957 requested review from lubennikovaav and removed request for a team December 23, 2024 17:44
Copy link

github-actions bot commented Dec 23, 2024

7216 tests run: 6863 passed, 0 failed, 353 skipped (full report)


Code coverage* (full report)

  • functions: 31.3% (8402 of 26880 functions)
  • lines: 48.0% (66700 of 139094 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
0ce45be at 2024-12-23T22:39:46.065Z :recycle:

This will make it easier to add cluster migrations, such as that for
CVE-2024-4317.

Link: https://www.postgresql.org/support/security/CVE-2024-4317/
Signed-off-by: Tristan Partin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant