Content warning
This commit is contained in:
@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user