You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Diff between SchemaModel and Migrations using Shadow defined in the flyway.toml
11
-
flyway-dev diff -p $flywayTomlPath--i-agree-to-the-eula --from=SchemaModel --to=Migrations -a $deploymentDeltasPath
6
+
#scratch DB to allow flyway to use to generate a new script - can provide a backup file that flyway will rehydrate on the specified URL or existing empty db to build entirly from code eg. 1__Baseline.sql to 1+n__current_version.sql
0 commit comments