задал прослушиваемые url-адреса в appsettings.json
This commit is contained in:
@@ -29,7 +29,7 @@ namespace Infrastructure.Migrations
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<DateTime>("BirthDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b.Property<string>("Citizenship")
|
||||
.IsRequired()
|
||||
@@ -157,7 +157,7 @@ namespace Infrastructure.Migrations
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<DateTime>("RequestDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b.Property<int>("RequestedNumberOfEntries")
|
||||
.HasColumnType("integer");
|
||||
@@ -288,10 +288,10 @@ namespace Infrastructure.Migrations
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b1.Property<DateTime>("ExpirationDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.Property<DateTime>("IssueDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.Property<string>("Issuer")
|
||||
.IsRequired()
|
||||
@@ -391,10 +391,10 @@ namespace Infrastructure.Migrations
|
||||
NpgsqlPropertyBuilderExtensions.UseIdentityByDefaultColumn(b1.Property<int>("Id"));
|
||||
|
||||
b1.Property<DateTime>("ExpirationDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.Property<DateTime>("IssueDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.Property<string>("Name")
|
||||
.IsRequired()
|
||||
@@ -428,10 +428,10 @@ namespace Infrastructure.Migrations
|
||||
.HasColumnType("character varying(70)");
|
||||
|
||||
b1.Property<DateTime>("EndDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.Property<DateTime>("StartDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.HasKey("VisaApplicationId", "Id");
|
||||
|
||||
@@ -447,7 +447,7 @@ namespace Infrastructure.Migrations
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b1.Property<DateTime>("ExpirationDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.Property<string>("Issuer")
|
||||
.IsRequired()
|
||||
@@ -469,7 +469,7 @@ namespace Infrastructure.Migrations
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b1.Property<DateTime>("ExpirationDate")
|
||||
.HasColumnType("timestamp with time zone");
|
||||
.HasColumnType("timestamp without time zone");
|
||||
|
||||
b1.Property<string>("Number")
|
||||
.IsRequired()
|
||||
|
||||
Reference in New Issue
Block a user