Files
nadekobot/remove-migration.ps1
2024-04-27 16:03:48 +00:00

5 lines
148 B
PowerShell

dotnet ef migrations remove -c SqliteContext -f
dotnet ef migrations remove -c PostgreSqlContext -f
dotnet ef migrations remove -c MysqlContext -f