remove unused servervehicle column

This commit is contained in:
hydrant
2019-05-13 13:10:59 +02:00
parent ac6e4b51a9
commit 9e9dd09301
5 changed files with 1170 additions and 7 deletions

View File

@@ -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");