From 9a5fbf50a1fab5601c58a237dffe3bb7ad0fd2a2 Mon Sep 17 00:00:00 2001 From: steamport Date: Sun, 2 Dec 2018 16:47:11 +0000 Subject: [PATCH] Update DatabaseContext.cs --- src/Tgstation.Server.Host/Models/DatabaseContext.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Tgstation.Server.Host/Models/DatabaseContext.cs b/src/Tgstation.Server.Host/Models/DatabaseContext.cs index 439bbe9161..09fe1b3d8a 100644 --- a/src/Tgstation.Server.Host/Models/DatabaseContext.cs +++ b/src/Tgstation.Server.Host/Models/DatabaseContext.cs @@ -193,12 +193,8 @@ namespace Tgstation.Server.Host.Models // Update this with new migrations as they are made // Always use the MS class - - // TODO: Uncomment once #816 is merged - /* if (version < new Version(4, 0, 2)) targetMigration = nameof(MSReattachCompileJobRequired); - */ if (targetMigration == null) return;