mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 04:27:19 +01:00
Remove rogue code
This commit is contained in:
@@ -482,9 +482,6 @@ namespace Tgstation.Server.Host.Database
|
||||
string BadDatabaseType() => throw new ArgumentException($"Invalid DatabaseType: {currentDatabaseType}", nameof(currentDatabaseType));
|
||||
|
||||
// !!! DON'T FORGET TO UPDATE THE SWARM PROTOCOL MAJOR VERSION !!!
|
||||
if (targetVersion < new Version(6, 13, 0) && currentDatabaseType == DatabaseType.Sqlite)
|
||||
targetMigration = nameof(SLAddAutoStartAndStop);
|
||||
|
||||
if (targetVersion < new Version(6, 12, 0))
|
||||
targetMigration = currentDatabaseType switch
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user