Miese Corona Zeiten push für Lenhardt
This commit is contained in:
@@ -3,21 +3,21 @@
|
||||
namespace ReallifeGamemode.Database.Migrations
|
||||
{
|
||||
public partial class ClothesTexture : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<int>(
|
||||
name: "Texture",
|
||||
table: "CharacterClothes",
|
||||
nullable: false,
|
||||
defaultValue: 0);
|
||||
}
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<int>(
|
||||
name: "Texture",
|
||||
table: "CharacterClothes",
|
||||
nullable: false,
|
||||
defaultValue: 0);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "Texture",
|
||||
table: "CharacterClothes");
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "Texture",
|
||||
table: "CharacterClothes");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user