Update DatabaseContext.cs

This commit is contained in:
steamport
2018-12-02 16:47:11 +00:00
committed by GitHub
parent a07056ea82
commit 9a5fbf50a1
@@ -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;