Replies: 1 comment
-
Yes, I'd like to have this. Similar to flyway: https://documentation.red-gate.com/fd/baseline-184127456.html |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This would be useful in scenarios where the database has been "migrated" manually (e.g. a snapshot of the schema has been loaded) without running the actual migrations.
Rails and Laravel has this built into their migration systems (The ability to only run migrations from a certain point, because the latest migration timestamp has been registered in the snapshot)
Beta Was this translation helpful? Give feedback.
All reactions