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

docs: Add Flyway example #1002

Merged
merged 1 commit into from
Sep 17, 2023
Merged

docs: Add Flyway example #1002

merged 1 commit into from
Sep 17, 2023

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

Adds an example that demonstrates how to use Testcontainers in conjunction with Flyway to run database migrations before executing tests.

Why is it important?

I frequently receive questions about how to execute database migrations or how to configure Flyway in conjunction with Testcontainers. This pull request aims to assist developers in performing database migrations alongside Testcontainers. This serves as an alternative to running the migration using Entity Framework.

Related issues

-

@HofmeisterAn HofmeisterAn added the documentation Docs, docs, docs. label Sep 16, 2023
@netlify
Copy link

netlify bot commented Sep 16, 2023

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 96f5e75
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/6505ef6aa072d80008731e1f
😎 Deploy Preview https://deploy-preview-1002--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@HofmeisterAn HofmeisterAn merged commit 5317240 into develop Sep 17, 2023
13 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/add-flyway-example branch September 17, 2023 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Docs, docs, docs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant