mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18:27 -04:00
Reverted all v5 migrations back to v4
This commit is contained in:
@@ -3,8 +3,8 @@ if ($args.Length -eq 0) {
|
||||
}
|
||||
else {
|
||||
$migrationName = $args[0]
|
||||
dotnet ef migrations add $migrationName -c SqliteContext
|
||||
dotnet ef migrations add $migrationName -c PostgreSqlContext
|
||||
dotnet ef migrations add $migrationName -c MysqlContext
|
||||
dotnet ef migrations add $migrationName -c SqliteContext -p src/NadekoBot/NadekoBot.csproj
|
||||
dotnet ef migrations add $migrationName -c PostgreSqlContext -p src/NadekoBot/NadekoBot.csproj
|
||||
dotnet ef migrations add $migrationName -c MysqlContext -p src/NadekoBot/NadekoBot.csproj
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user