From 61f049ae5644444948f0b29a4c0b1036e5e25274 Mon Sep 17 00:00:00 2001 From: hydrant Date: Mon, 13 May 2019 18:30:05 +0200 Subject: [PATCH] remove shopid on shopvehicle --- ReallifeGamemode.Server/Entities/ShopVehicles.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/ReallifeGamemode.Server/Entities/ShopVehicles.cs b/ReallifeGamemode.Server/Entities/ShopVehicles.cs index c8a1e039..4bf2f1b8 100644 --- a/ReallifeGamemode.Server/Entities/ShopVehicles.cs +++ b/ReallifeGamemode.Server/Entities/ShopVehicles.cs @@ -18,8 +18,6 @@ namespace ReallifeGamemode.Server.Entities [Table("ShopVehicles")] public class ShopVehicle : ServerVehicle { - [ForeignKey("Shop")] - public int? ShopId { get; set; } public int BusinessId { get; set; } public int Price { get; set; }