fix job migration

This commit is contained in:
hydrant
2019-05-13 20:35:21 +02:00
parent 4500aa5275
commit fb9c8f76ef

View File

@@ -17,11 +17,6 @@ namespace ReallifeGamemode.Migrations
table: "ServerVehicles",
nullable: true);
migrationBuilder.AddColumn<int>(
name: "ShopId",
table: "ServerVehicles",
nullable: true);
migrationBuilder.CreateTable(
name: "Jobs",
columns: table => new
@@ -90,10 +85,6 @@ namespace ReallifeGamemode.Migrations
migrationBuilder.DropColumn(
name: "JobId",
table: "ServerVehicles");
migrationBuilder.DropColumn(
name: "ShopId",
table: "ServerVehicles");
}
}
}