mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Fix SQLite migration defaulting RequireDMApiValidation to false
This commit is contained in:
@@ -19,7 +19,7 @@ namespace Tgstation.Server.Host.Database.Migrations
|
||||
name: "RequireDMApiValidation",
|
||||
table: "DreamMakerSettings",
|
||||
nullable: false,
|
||||
defaultValue: false);
|
||||
defaultValue: true);
|
||||
|
||||
migrationBuilder.RenameTable(
|
||||
name: "CompileJobs",
|
||||
|
||||
Reference in New Issue
Block a user