mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Update DatabaseContext.cs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user