database - Using Flyway command-line to pass runtime arguments into Java migration classes -


i'm using flyway's command-line tool execute sql , java migrations. i'm trying pass runtime arguments command line , access runtime arguments in java migration classes.

an example being: want load specific file java migration class , file name needs passed runtime argument command line , accessible via java migration class. possible? there better solution problem?

thanks, rich


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -