fix migration

This commit is contained in:
hydrant
2020-04-27 15:15:11 +02:00
parent 4a3acce1ba
commit 59b7178590
4 changed files with 12 additions and 9 deletions

View File

@@ -1308,7 +1308,7 @@ namespace ReallifeGamemode.Database.Migrations
b.Property<int?>("BankAccountId")
.HasColumnType("int");
b.Property<int?>("BusSkill")
b.Property<int>("BusSkill")
.HasColumnType("int");
b.Property<int?>("BusinessId")
@@ -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")