Replies: 1 comment
-
Do we have a way to run migrations till a certain migration? |
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.
-
Do we have any best practices to do unit testing for migrations?
For example, I have V0,....., V9, V10 migrations and now to unit test migration V10. I need to a mock database to run migrations from V0 to V9 and insert some datas. Then, I run the final V10 migration and do some asserts.
Beta Was this translation helpful? Give feedback.
All reactions