using Microsoft.EntityFrameworkCore.Migrations; namespace NadekoBot.Migrations { public partial class xpremoverolereward : Migration { protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.AddColumn( name: "Remove", table: "XpRoleReward", nullable: false, defaultValue: false); } protected override void Down(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "Remove", table: "XpRoleReward"); } } }