mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Added .log userwarned
This commit is contained in:
@@ -1406,6 +1406,10 @@ namespace NadekoBot.Migrations.Mysql
|
||||
.HasColumnType("bigint unsigned")
|
||||
.HasColumnName("logvoicepresencettsid");
|
||||
|
||||
b.Property<ulong?>("LogWarnsId")
|
||||
.HasColumnType("bigint unsigned")
|
||||
.HasColumnName("logwarnsid");
|
||||
|
||||
b.Property<ulong?>("MessageDeletedId")
|
||||
.HasColumnType("bigint unsigned")
|
||||
.HasColumnName("messagedeletedid");
|
||||
|
Reference in New Issue
Block a user