Save stream goal link
This commit is contained in:
@ -101,6 +101,9 @@ namespace NostrStreamer.Migrations
|
||||
b.Property<string>("ContentWarning")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("Goal")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("Image")
|
||||
.HasColumnType("text");
|
||||
|
||||
|
Reference in New Issue
Block a user