miese Corona Zeiten push für Lenhardt Lehmberger
This commit is contained in:
1447
ReallifeGamemode.Database/Migrations/20200407014500_PedType.Designer.cs
generated
Normal file
1447
ReallifeGamemode.Database/Migrations/20200407014500_PedType.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,23 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace ReallifeGamemode.Database.Migrations
|
||||
{
|
||||
public partial class PedType : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<int>(
|
||||
name: "Type",
|
||||
table: "Peds",
|
||||
nullable: false,
|
||||
defaultValue: 0);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "Type",
|
||||
table: "Peds");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user