feat(core,dal,domain,templateUpdater): Задания роботам выдаюстя с учетом подмены и множества переименований
This commit is contained in:
@@ -2860,6 +2860,9 @@ namespace PARR.DAL.Migrations
|
||||
b.Property<DateTimeOffset>("DateCreated")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
b.Property<DateTimeOffset?>("DateModified")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
|
||||
b.Property<string>("OldName")
|
||||
.IsRequired()
|
||||
.HasColumnType("text")
|
||||
@@ -2867,8 +2870,7 @@ namespace PARR.DAL.Migrations
|
||||
|
||||
b.HasKey("TemplateId");
|
||||
|
||||
b.HasIndex("OldName")
|
||||
.IsUnique();
|
||||
b.HasIndex("OldName");
|
||||
|
||||
b.ToTable("TemplateRenamePendings", "template", t =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user