Bundle from worker to grain
This commit is contained in:
@@ -176,10 +176,9 @@ namespace Managing.Infrastructure.Databases.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("jsonb");
|
||||
|
||||
b.Property<string>("RequestId")
|
||||
.IsRequired()
|
||||
b.Property<Guid>("RequestId")
|
||||
.HasMaxLength(255)
|
||||
.HasColumnType("character varying(255)");
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<double>("Score")
|
||||
.HasColumnType("double precision");
|
||||
@@ -339,10 +338,9 @@ namespace Managing.Infrastructure.Databases.Migrations
|
||||
b.Property<string>("ProgressInfo")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<string>("RequestId")
|
||||
.IsRequired()
|
||||
b.Property<Guid>("RequestId")
|
||||
.HasMaxLength(255)
|
||||
.HasColumnType("character varying(255)");
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<string>("ResultsJson")
|
||||
.IsRequired()
|
||||
|
||||
Reference in New Issue
Block a user