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
Currently when i am running the down command it is rollbacking only the last file.
I need to rollback the files that were executed in the context,
Please suggest.
Example if i migrate two files using migrate up command and if i want to rollback all that files that were migrated in the context , how can i leverage the functionality.
The text was updated successfully, but these errors were encountered:
To hop onto this issue, I'd like to have the up() do one migration at a time instead of all.
Maybe a command line flag like --all can help both cases to become more predictable.
Must add: Im used to EF Core, so this is already much better.
Hi Team,
Currently when i am running the down command it is rollbacking only the last file.
I need to rollback the files that were executed in the context,
Please suggest.
Example if i migrate two files using migrate up command and if i want to rollback all that files that were migrated in the context , how can i leverage the functionality.
The text was updated successfully, but these errors were encountered: