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
For the moment, the interface IMigration<TContext> only has the support for applying migrations using the Task ApplyAsync(CancellationToken) method. The support for rollback should also be supported.
For the moment, the interface
IMigration<TContext>only has the support for applying migrations using theTask ApplyAsync(CancellationToken)method. The support for rollback should also be supported.