Rename migrations to fix CS8981 warnings. (#14160)
This commit is contained in:
committed by
GitHub
parent
d85e4a1ca4
commit
220b19f5ca
@@ -15,7 +15,7 @@ namespace Content.Server.Database.Migrations.Postgres
|
|||||||
{
|
{
|
||||||
[DbContext(typeof(PostgresServerDbContext))]
|
[DbContext(typeof(PostgresServerDbContext))]
|
||||||
[Migration("20220103235647_whitelist")]
|
[Migration("20220103235647_whitelist")]
|
||||||
partial class whitelist
|
partial class Whitelist
|
||||||
{
|
{
|
||||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
|||||||
|
|
||||||
namespace Content.Server.Database.Migrations.Postgres
|
namespace Content.Server.Database.Migrations.Postgres
|
||||||
{
|
{
|
||||||
public partial class whitelist : Migration
|
public partial class Whitelist : Migration
|
||||||
{
|
{
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ namespace Content.Server.Database.Migrations.Postgres
|
|||||||
{
|
{
|
||||||
[DbContext(typeof(PostgresServerDbContext))]
|
[DbContext(typeof(PostgresServerDbContext))]
|
||||||
[Migration("20220108185749_add-species")]
|
[Migration("20220108185749_add-species")]
|
||||||
partial class addspecies
|
partial class AddSpecies
|
||||||
{
|
{
|
||||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace Content.Server.Database.Migrations.Postgres
|
namespace Content.Server.Database.Migrations.Postgres
|
||||||
{
|
{
|
||||||
public partial class addspecies : Migration
|
public partial class AddSpecies : Migration
|
||||||
{
|
{
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ namespace Content.Server.Database.Migrations.Sqlite
|
|||||||
{
|
{
|
||||||
[DbContext(typeof(SqliteServerDbContext))]
|
[DbContext(typeof(SqliteServerDbContext))]
|
||||||
[Migration("20220103235637_whitelist")]
|
[Migration("20220103235637_whitelist")]
|
||||||
partial class whitelist
|
partial class Whitelist
|
||||||
{
|
{
|
||||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
|||||||
|
|
||||||
namespace Content.Server.Database.Migrations.Sqlite
|
namespace Content.Server.Database.Migrations.Sqlite
|
||||||
{
|
{
|
||||||
public partial class whitelist : Migration
|
public partial class Whitelist : Migration
|
||||||
{
|
{
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ namespace Content.Server.Database.Migrations.Sqlite
|
|||||||
{
|
{
|
||||||
[DbContext(typeof(SqliteServerDbContext))]
|
[DbContext(typeof(SqliteServerDbContext))]
|
||||||
[Migration("20220108185734_add-species")]
|
[Migration("20220108185734_add-species")]
|
||||||
partial class addspecies
|
partial class AddSpecies
|
||||||
{
|
{
|
||||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
namespace Content.Server.Database.Migrations.Sqlite
|
namespace Content.Server.Database.Migrations.Sqlite
|
||||||
{
|
{
|
||||||
public partial class addspecies : Migration
|
public partial class AddSpecies : Migration
|
||||||
{
|
{
|
||||||
protected override void Up(MigrationBuilder migrationBuilder)
|
protected override void Up(MigrationBuilder migrationBuilder)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user