Thread log

This commit is contained in:
Kwoth
2022-11-22 20:41:57 +00:00
parent f24692e79b
commit e10530bc0e
13 changed files with 10511 additions and 2 deletions

View File

@@ -1186,6 +1186,12 @@ namespace NadekoBot.Migrations
b.Property<ulong?>("MessageUpdatedId")
.HasColumnType("INTEGER");
b.Property<ulong?>("ThreadCreatedId")
.HasColumnType("INTEGER");
b.Property<ulong?>("ThreadDeletedId")
.HasColumnType("INTEGER");
b.Property<ulong?>("UserBannedId")
.HasColumnType("INTEGER");