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
In the above sample you can just iterate over migrations and test each migration in a loop? It should be pretty easy as each migration object has versions of database to migrate to/from.
This should be more a question than an issue, don't know if theres a StackOverflow tag to ask them there, feel free to close if so.
At the moment I'm testing the migrations that I use like this:
Is there a way to test the migrations created by the library? Maybe being created at compile time makes this task difficult.
Thanks in advance. I really think this could be a powerful tool.
The text was updated successfully, but these errors were encountered: