From 593e77851ab877c1f66de21f6edbb10cf59e3f5c Mon Sep 17 00:00:00 2001 From: Mac_Slash Date: Tue, 28 Apr 2020 18:58:51 +0200 Subject: [PATCH] Migrations vertauscht --- .../Migrations/DatabaseContextModelSnapshot.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReallifeGamemode.Database/Migrations/DatabaseContextModelSnapshot.cs b/ReallifeGamemode.Database/Migrations/DatabaseContextModelSnapshot.cs index 2f8003eb..bfe9dde6 100644 --- a/ReallifeGamemode.Database/Migrations/DatabaseContextModelSnapshot.cs +++ b/ReallifeGamemode.Database/Migrations/DatabaseContextModelSnapshot.cs @@ -1311,7 +1311,7 @@ namespace ReallifeGamemode.Database.Migrations b.Property("BusSkill") .HasColumnType("int"); - b.Property("BusinessId") + b.Property("BusinessId") .HasColumnType("int"); b.Property("CharacterId") @@ -1374,7 +1374,7 @@ namespace ReallifeGamemode.Database.Migrations b.Property("PaydayTimer") .HasColumnType("int"); - b.Property("PilotSkill") + b.Property("PilotSkill") .HasColumnType("int"); b.Property("PlayedMinutes")