Rename migrations to fix CS8981 warnings. (#14160)
This commit is contained in:
committed by
GitHub
parent
d85e4a1ca4
commit
220b19f5ca
@@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace Content.Server.Database.Migrations.Postgres
|
||||
{
|
||||
public partial class whitelist : Migration
|
||||
public partial class Whitelist : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user