mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Merge pull request #1425 from tgstation/1424-FixSQLiteCloseIssue
Close the test DB connection
This commit is contained in:
@@ -271,6 +271,8 @@ namespace Tgstation.Server.Host.Setup
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
await testConnection.CloseAsync();
|
||||
}
|
||||
|
||||
if (isSqliteDB && !dbExists)
|
||||
|
||||
Reference in New Issue
Block a user