Migrations vertauscht
This commit is contained in:
@@ -1311,7 +1311,7 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
b.Property<int>("BusSkill")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int>("BusinessId")
|
||||
b.Property<int?>("BusinessId")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int?>("CharacterId")
|
||||
@@ -1374,7 +1374,7 @@ namespace ReallifeGamemode.Database.Migrations
|
||||
b.Property<int>("PaydayTimer")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int?>("PilotSkill")
|
||||
b.Property<int>("PilotSkill")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int>("PlayedMinutes")
|
||||
|
||||
Reference in New Issue
Block a user