mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added .log userwarned
This commit is contained in:
@@ -1472,6 +1472,10 @@ namespace NadekoBot.Migrations.PostgreSql
|
||||
.HasColumnType("numeric(20,0)")
|
||||
.HasColumnName("logvoicepresencettsid");
|
||||
|
||||
b.Property<decimal?>("LogWarnsId")
|
||||
.HasColumnType("numeric(20,0)")
|
||||
.HasColumnName("logwarnsid");
|
||||
|
||||
b.Property<decimal?>("MessageDeletedId")
|
||||
.HasColumnType("numeric(20,0)")
|
||||
.HasColumnName("messagedeletedid");
|
||||
|
Reference in New Issue
Block a user