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