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;