refactor(Application.Envelopes.Queries.EnvelopeStatus): rename as EnvelopeStatusQuery
This commit is contained in:
@@ -844,7 +844,7 @@ namespace EnvelopeGenerator.Infrastructure.Migrations
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("ENVELOPE_ID");
|
||||
|
||||
b.Property<int>("EnvelopeStatus")
|
||||
b.Property<int>("EnvelopeStatusQuery")
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("ENVELOPE_STATUS");
|
||||
|
||||
|
||||
@@ -841,7 +841,7 @@ namespace EnvelopeGenerator.Infrastructure.Migrations
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("ENVELOPE_ID");
|
||||
|
||||
b.Property<int>("EnvelopeStatus")
|
||||
b.Property<int>("EnvelopeStatusQuery")
|
||||
.HasColumnType("int")
|
||||
.HasColumnName("ENVELOPE_STATUS");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user