fixed migration

This commit is contained in:
Kwoth 2017-02-13 13:58:08 +01:00
parent fe4f9aad1e
commit dadb7f0166

View File

@ -17,6 +17,7 @@ namespace NadekoBot.Migrations
migrationBuilder.AddColumn<string>(
name: "TimeZoneId",
table: "GuildConfigs",
nullable: true,
defaultValue: null);
}