dev: Don't run docker build on mrs as it will always fail

dev: Fixed remove-migration.ps1 script
This commit is contained in:
Kwoth
2024-05-17 11:18:37 +00:00
parent 22b7cf5e6c
commit 0083e9ef68
2 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
dotnet ef migrations remove -c SqliteContext -f
dotnet ef migrations remove -c PostgreSqlContext -f
dotnet ef migrations remove -c MysqlContext -f
dotnet ef migrations remove -c SqliteContext -f -p src/NadekoBot/NadekoBot.csproj
dotnet ef migrations remove -c PostgreSqlContext -f -p src/NadekoBot/NadekoBot.csproj
dotnet ef migrations remove -c MysqlContext -f -p src/NadekoBot/NadekoBot.csproj