3 lines
242 B
PowerShell
3 lines
242 B
PowerShell
|
dotnet ef migrations remove -c SqliteContext -f -p src/EllieBot/EllieBot.csproj
|
||
|
dotnet ef migrations remove -c PostgreSqlContext -f -p src/EllieBot/EllieBot.csproj
|
||
|
dotnet ef migrations remove -c MysqlContext -f -p src/EllieBot/EllieBot.csproj
|