mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Fix SqlServer
This commit is contained in:
@@ -31,7 +31,7 @@ namespace Tgstation.Server.Host.Database
|
||||
/// <inheritdoc />
|
||||
protected override void ValidateDatabaseType()
|
||||
{
|
||||
if (DatabaseType != DatabaseType.Sqlite)
|
||||
if (DatabaseType != DatabaseType.SqlServer)
|
||||
throw new InvalidOperationException("Invalid DatabaseType for SqlServerDatabaseContext!");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user