add logic for status query
This commit is contained in:
@@ -645,7 +645,7 @@ namespace EnvelopeGenerator.Infrastructure.Migrations
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("RECEIVER_ID");
|
||||
|
||||
b.Property<int>("Status")
|
||||
b.Property<int>("StatusQ")
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("STATUS");
|
||||
|
||||
@@ -780,7 +780,7 @@ namespace EnvelopeGenerator.Infrastructure.Migrations
|
||||
.HasColumnType("bit")
|
||||
.HasColumnName("SEND_REMINDER_EMAILS");
|
||||
|
||||
b.Property<int>("Status")
|
||||
b.Property<int>("StatusQ")
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("STATUS");
|
||||
|
||||
@@ -923,7 +923,7 @@ namespace EnvelopeGenerator.Infrastructure.Migrations
|
||||
b.Property<int?>("SenderId")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<int>("Status")
|
||||
b.Property<int>("StatusQ")
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("STATUS");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user