How can I apply migrations retroactively? #1193
Unanswered
andrewbanchich
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I have a database I've been using before I started with SQLx migrations, how can start using migrations with it?
Example:
00_init.sql
,01_foo.sql
,02_bar.sql
.How can I tell the running database instance that
00_init.sql
has already been applied?Beta Was this translation helpful? Give feedback.
All reactions