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
But I can't find the same method in the CLI.
My case is simple I need during my CI pipeline check if there are any pending migration I'll create executable bundle and publish it. Otherwise, I can always create a bundle and try to update my db. But I need more controls about changes and I need to understand if there are any migrations or not.
Thanks!
The text was updated successfully, but these errors were encountered:
Hello guys!
First of all, thank you so much for so great tool.
My question is can I get pending migrations using .NET CLI?
In code I can use method DbMigrator.GetPendingMigrations
Example:
But I can't find the same method in the CLI.
My case is simple I need during my CI pipeline check if there are any pending migration I'll create executable bundle and publish it. Otherwise, I can always create a bundle and try to update my db. But I need more controls about changes and I need to understand if there are any migrations or not.
Thanks!
The text was updated successfully, but these errors were encountered: