Add tagging to image carousel (#113)

This commit is contained in:
cohlexyz
2026-05-10 17:51:56 +02:00
committed by GitHub
parent f231845320
commit 287e453b9e
5 changed files with 775 additions and 19 deletions

View File

@@ -212,6 +212,9 @@ namespace KfChatDotNetBot.Migrations
b.Property<DateTimeOffset>("LastSeen")
.HasColumnType("TEXT");
b.Property<string>("Tags")
.HasColumnType("TEXT");
b.Property<string>("Url")
.IsRequired()
.HasColumnType("TEXT");