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
Post a Comment