forked from Sarah/Lieb-Website
Added Links to GW2Builds
Build Overview is now visible for everyone
This commit is contained in:
parent
94f92735d1
commit
267eae1297
8 changed files with 763 additions and 61 deletions
26
Lieb/Migrations/20221206145056_AddLinkToGW2Build.cs
Normal file
26
Lieb/Migrations/20221206145056_AddLinkToGW2Build.cs
Normal file
|
@ -0,0 +1,26 @@
|
|||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace Lieb.Migrations
|
||||
{
|
||||
public partial class AddLinkToGW2Build : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<string>(
|
||||
name: "SourceLink",
|
||||
table: "GuildWars2Build",
|
||||
type: "TEXT",
|
||||
nullable: false,
|
||||
defaultValue: "");
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "SourceLink",
|
||||
table: "GuildWars2Build");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue