Recreate initial migration
This commit is contained in:
@ -38,6 +38,9 @@ namespace Hcs.WebApp.Data.Hcs.Migrations
|
||||
.IsRequired()
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
b.Property<int>("Progress")
|
||||
.HasColumnType("int");
|
||||
|
||||
b.Property<DateTime?>("StartedAt")
|
||||
.HasColumnType("datetime2");
|
||||
|
||||
@ -134,7 +137,6 @@ namespace Hcs.WebApp.Data.Hcs.Migrations
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
b.Property<string>("Json")
|
||||
.IsRequired()
|
||||
.HasColumnType("nvarchar(max)");
|
||||
|
||||
b.Property<Guid>("RegistryId")
|
||||
|
||||
Reference in New Issue
Block a user