Content warning

This commit is contained in:
2023-07-06 22:01:09 +01:00
parent 13f788a311
commit 13980b454f
8 changed files with 168 additions and 3 deletions

View File

@ -59,6 +59,9 @@ namespace NostrStreamer.Migrations
b.Property<long>("Balance")
.HasColumnType("bigint");
b.Property<string>("ContentWarning")
.HasColumnType("text");
b.Property<string>("Event")
.HasColumnType("text");