diff --git a/src/Tgstation.Server.Host/Database/Migrations/20200705163700_SLAllowNullDMApi.cs b/src/Tgstation.Server.Host/Database/Migrations/20200705163700_SLAllowNullDMApi.cs index bde90ddb77..422cdcc5c5 100644 --- a/src/Tgstation.Server.Host/Database/Migrations/20200705163700_SLAllowNullDMApi.cs +++ b/src/Tgstation.Server.Host/Database/Migrations/20200705163700_SLAllowNullDMApi.cs @@ -19,7 +19,7 @@ namespace Tgstation.Server.Host.Database.Migrations name: "RequireDMApiValidation", table: "DreamMakerSettings", nullable: false, - defaultValue: false); + defaultValue: true); migrationBuilder.RenameTable( name: "CompileJobs",