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

Issue#3614 Use default database storage engine for flyway migration table #3642

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kantselovich
Copy link

@kantselovich kantselovich commented Mar 24, 2023

Fixes #3641

Project builds, not sure how to run tests

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] flyway-parent 9.16.1 ............................... SUCCESS [  0.481 s]
[INFO] flyway-core 9.16.1 ................................. SUCCESS [  9.087 s]
[INFO] flyway-mysql 9.16.1 ................................ SUCCESS [  0.526 s]
[INFO] flyway-community-db-support 9.16.1 ................. SUCCESS [  0.490 s]
[INFO] flyway-gradle-plugin 9.16.1 ........................ SUCCESS [  0.080 s]
[INFO] flyway-maven-plugin 9.16.1 ......................... SUCCESS [  1.581 s]
[INFO] flyway-gcp-bigquery 9.16.1 ......................... SUCCESS [  0.440 s]
[INFO] flyway-gcp-spanner 9.16.1-beta ..................... SUCCESS [  0.721 s]
[INFO] flyway-sqlserver 9.16.1 ............................ SUCCESS [  0.712 s]
[INFO] flyway-firebird 9.16.1 ............................. SUCCESS [  0.528 s]
[INFO] flyway-commandline 9.16.1 .......................... SUCCESS [  0.244 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  15.230 s
[INFO] Finished at: 2023-03-24T12:02:22-07:00
[INFO] ------------------------------------------------------------------------

@CLAassistant
Copy link

CLAassistant commented Mar 24, 2023

CLA assistant check
All committers have signed the CLA.

@kantselovich kantselovich marked this pull request as ready for review March 24, 2023 19:19
@kantselovich kantselovich force-pushed the Issue_3641_use_default_engine_on_mysql branch from 6ab72c8 to 0f2bc77 Compare April 30, 2024 20:56
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.

On MySQL engine parameter is hard-coded to InnoDB, this brakes replication to a diffrent storage engine
4 participants