mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-12 00:59:34 -04:00
Add tagging to image carousel (#113)
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user