mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Suppress CA1506 in Sqlite migration
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Tgstation.Server.Host.Database.Migrations
|
||||
/// <summary>
|
||||
/// Creates the SQLite database.
|
||||
/// </summary>
|
||||
#pragma warning disable CA1506 // No fighting this
|
||||
public partial class SLAddSqlite : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
|
||||
Reference in New Issue
Block a user