Initial split of the modules
This commit is contained in:
22
NadekoBot.Core/Migrations/20161019055137_MuteRoleName.cs
Normal file
22
NadekoBot.Core/Migrations/20161019055137_MuteRoleName.cs
Normal file
@ -0,0 +1,22 @@
|
||||
using Microsoft.EntityFrameworkCore.Migrations;
|
||||
|
||||
namespace NadekoBot.Migrations
|
||||
{
|
||||
public partial class MuteRoleName : Migration
|
||||
{
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.AddColumn<string>(
|
||||
name: "MuteRoleName",
|
||||
table: "GuildConfigs",
|
||||
nullable: true);
|
||||
}
|
||||
|
||||
protected override void Down(MigrationBuilder migrationBuilder)
|
||||
{
|
||||
migrationBuilder.DropColumn(
|
||||
name: "MuteRoleName",
|
||||
table: "GuildConfigs");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user