Insert credit payments
This commit is contained in:
@ -68,7 +68,6 @@ namespace NostrStreamer.Migrations
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
b.Property<string>("Invoice")
|
||||
.IsRequired()
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<bool>("IsPaid")
|
||||
|
Reference in New Issue
Block a user