select logo
This commit is contained in:
25
Apollon.EntityFramework/Migrations/20221110003817_logo.cs
Normal file
25
Apollon.EntityFramework/Migrations/20221110003817_logo.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Apollon.EntityFramework.Migrations
|
||||
{
|
||||
public partial class logo : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<string>(
|
||||
name: "Logo",
|
||||
table: "Tournaments",
|
||||
type: "nvarchar(max)",
|
||||
nullable: true);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "Logo",
|
||||
table: "Tournaments");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user