Replies: 1 comment
-
Same question, over 2 years later... |
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.
-
We screwed up our production launch and had to manually apply migration files without using sqlx. Now the
sqlx::migrate!()
macro doesn't work because the_sqlx_migrations
tables believes that migrations that have been applied manually haven't been applied. What's the correct way to add these migrations to this metadata table so future migrations can be ran through sqlx?Beta Was this translation helpful? Give feedback.
All reactions