Migrations vertauscht
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user