We would like to setup flyway repeatable scripts as follows
R__schema123.sql
R__table123.sql
Does flyway know to run the schema script before the table script?
Please sign in to leave a comment.
We would like to setup flyway repeatable scripts as follows
R__schema123.sql
R__table123.sql
Does flyway know to run the schema script before the table script?