From 220b19f5caad58c0d08027f0af3063890d52d561 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sun, 19 Feb 2023 00:59:52 +0100 Subject: [PATCH] Rename migrations to fix CS8981 warnings. (#14160) --- .../Migrations/Postgres/20220103235647_whitelist.Designer.cs | 2 +- .../Migrations/Postgres/20220103235647_whitelist.cs | 2 +- .../Migrations/Postgres/20220108185749_add-species.Designer.cs | 2 +- .../Migrations/Postgres/20220108185749_add-species.cs | 2 +- .../Migrations/Sqlite/20220103235637_whitelist.Designer.cs | 2 +- .../Migrations/Sqlite/20220103235637_whitelist.cs | 2 +- .../Migrations/Sqlite/20220108185734_add-species.Designer.cs | 2 +- .../Migrations/Sqlite/20220108185734_add-species.cs | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.Designer.cs b/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.Designer.cs index 392d67cc14..d0b203f14e 100644 --- a/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.Designer.cs +++ b/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.Designer.cs @@ -15,7 +15,7 @@ namespace Content.Server.Database.Migrations.Postgres { [DbContext(typeof(PostgresServerDbContext))] [Migration("20220103235647_whitelist")] - partial class whitelist + partial class Whitelist { protected override void BuildTargetModel(ModelBuilder modelBuilder) { diff --git a/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.cs b/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.cs index d497b44a59..5a0632feb1 100644 --- a/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.cs +++ b/Content.Server.Database/Migrations/Postgres/20220103235647_whitelist.cs @@ -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) { diff --git a/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.Designer.cs b/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.Designer.cs index 8d75d66558..0d3ad481aa 100644 --- a/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.Designer.cs +++ b/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.Designer.cs @@ -15,7 +15,7 @@ namespace Content.Server.Database.Migrations.Postgres { [DbContext(typeof(PostgresServerDbContext))] [Migration("20220108185749_add-species")] - partial class addspecies + partial class AddSpecies { protected override void BuildTargetModel(ModelBuilder modelBuilder) { diff --git a/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.cs b/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.cs index 8caac24518..a5abc2d4dd 100644 --- a/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.cs +++ b/Content.Server.Database/Migrations/Postgres/20220108185749_add-species.cs @@ -4,7 +4,7 @@ namespace Content.Server.Database.Migrations.Postgres { - public partial class addspecies : Migration + public partial class AddSpecies : Migration { protected override void Up(MigrationBuilder migrationBuilder) { diff --git a/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.Designer.cs b/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.Designer.cs index e4517419c5..a1fb607c45 100644 --- a/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.Designer.cs +++ b/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.Designer.cs @@ -12,7 +12,7 @@ namespace Content.Server.Database.Migrations.Sqlite { [DbContext(typeof(SqliteServerDbContext))] [Migration("20220103235637_whitelist")] - partial class whitelist + partial class Whitelist { protected override void BuildTargetModel(ModelBuilder modelBuilder) { diff --git a/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.cs b/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.cs index 5598b2b3f0..77eb7b79c6 100644 --- a/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.cs +++ b/Content.Server.Database/Migrations/Sqlite/20220103235637_whitelist.cs @@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Migrations; namespace Content.Server.Database.Migrations.Sqlite { - public partial class whitelist : Migration + public partial class Whitelist : Migration { protected override void Up(MigrationBuilder migrationBuilder) { diff --git a/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.Designer.cs b/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.Designer.cs index d46eb5ac30..a5655aa531 100644 --- a/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.Designer.cs +++ b/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.Designer.cs @@ -12,7 +12,7 @@ namespace Content.Server.Database.Migrations.Sqlite { [DbContext(typeof(SqliteServerDbContext))] [Migration("20220108185734_add-species")] - partial class addspecies + partial class AddSpecies { protected override void BuildTargetModel(ModelBuilder modelBuilder) { diff --git a/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.cs b/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.cs index 24b4eedc10..9e4bd56fa9 100644 --- a/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.cs +++ b/Content.Server.Database/Migrations/Sqlite/20220108185734_add-species.cs @@ -4,7 +4,7 @@ namespace Content.Server.Database.Migrations.Sqlite { - public partial class addspecies : Migration + public partial class AddSpecies : Migration { protected override void Up(MigrationBuilder migrationBuilder) {