fixed migration
This commit is contained in:
@ -17,6 +17,7 @@ namespace NadekoBot.Migrations
|
||||
migrationBuilder.AddColumn<string>(
|
||||
name: "TimeZoneId",
|
||||
table: "GuildConfigs",
|
||||
nullable: true,
|
||||
defaultValue: null);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user