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

Include the executed database migration names in startup logs #1816

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

hectorgomezv
Copy link
Member

Summary

This PR modifies the log line related to the execution of database migrations. It includes the executed migration names in the logs.

Changes

  • Modifies migration execution log to include migration names

@hectorgomezv hectorgomezv self-assigned this Aug 8, 2024
@hectorgomezv hectorgomezv requested a review from a team as a code owner August 8, 2024 15:00
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10304544321

Details

  • 0 of 4 (0.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.009%) to 46.911%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/datasources/db/postgres-database.migrator.ts 0 1 0.0%
src/datasources/db/postgres-database.migration.hook.ts 0 3 0.0%
Totals Coverage Status
Change from base Build 10304487389: -0.009%
Covered Lines: 4551
Relevant Lines: 7831

💛 - Coveralls

@hectorgomezv hectorgomezv merged commit 2f538d9 into main Aug 8, 2024
16 checks passed
@hectorgomezv hectorgomezv deleted the log-executed-migrations-at-startup branch August 8, 2024 15:08
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.

2 participants