mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 16:11:05 +01:00
Fix SQLite down migrations
Fuck SQLite
This commit is contained in:
@@ -62,6 +62,14 @@ namespace Tgstation.Server.Host.Database.Migrations
|
||||
|
||||
migrationBuilder.DropTable(
|
||||
name: "Instances_down");
|
||||
|
||||
migrationBuilder.RenameTable(
|
||||
name: "Instances",
|
||||
newName: "Instances_down");
|
||||
|
||||
migrationBuilder.RenameTable(
|
||||
name: "Instances_down",
|
||||
newName: "Instances");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user