Migrations vertauscht

This commit is contained in:
Mac_Slash
2020-04-28 18:58:51 +02:00
parent bba265f9d9
commit 593e77851a

View File

@@ -1311,7 +1311,7 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<int>("BusSkill") b.Property<int>("BusSkill")
.HasColumnType("int"); .HasColumnType("int");
b.Property<int>("BusinessId") b.Property<int?>("BusinessId")
.HasColumnType("int"); .HasColumnType("int");
b.Property<int?>("CharacterId") b.Property<int?>("CharacterId")
@@ -1374,7 +1374,7 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<int>("PaydayTimer") b.Property<int>("PaydayTimer")
.HasColumnType("int"); .HasColumnType("int");
b.Property<int?>("PilotSkill") b.Property<int>("PilotSkill")
.HasColumnType("int"); .HasColumnType("int");
b.Property<int>("PlayedMinutes") b.Property<int>("PlayedMinutes")