remove unused servervehicle column
This commit is contained in:
@@ -14,7 +14,7 @@ namespace ReallifeGamemode.Migrations
|
||||
{
|
||||
#pragma warning disable 612, 618
|
||||
modelBuilder
|
||||
.HasAnnotation("ProductVersion", "2.2.0-rtm-35687")
|
||||
.HasAnnotation("ProductVersion", "2.2.4-servicing-10062")
|
||||
.HasAnnotation("Relational:MaxIdentifierLength", 64);
|
||||
|
||||
modelBuilder.Entity("ReallifeGamemode.Server.Entities.ATM", b =>
|
||||
@@ -957,8 +957,6 @@ namespace ReallifeGamemode.Migrations
|
||||
|
||||
b.Property<int>("Price");
|
||||
|
||||
b.Property<int?>("ShopId");
|
||||
|
||||
b.ToTable("ShopVehicles");
|
||||
|
||||
b.HasDiscriminator().HasValue("ShopVehicle");
|
||||
|
||||
Reference in New Issue
Block a user