.tesar now has groups!
This commit is contained in:
@ -1076,6 +1076,10 @@ namespace NadekoBot.Migrations
|
||||
|
||||
b.Property<DateTime?>("DateAdded");
|
||||
|
||||
b.Property<int>("Group")
|
||||
.ValueGeneratedOnAdd()
|
||||
.HasDefaultValue(0);
|
||||
|
||||
b.Property<ulong>("GuildId");
|
||||
|
||||
b.Property<ulong>("RoleId");
|
||||
|
Reference in New Issue
Block a user