Fix SqlServer

This commit is contained in:
Jordan Brown
2020-04-22 15:47:13 -04:00
parent 8af8a88659
commit ffef81475f
@@ -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!");
}
}