|
@@ -16,7 +16,7 @@ namespace UnivateProperties_API.Migrations
|
16
|
16
|
#pragma warning disable 612, 618
|
17
|
17
|
modelBuilder
|
18
|
18
|
.HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.SerialColumn)
|
19
|
|
- .HasAnnotation("ProductVersion", "2.2.4-servicing-10062")
|
|
19
|
+ .HasAnnotation("ProductVersion", "2.2.6-servicing-10079")
|
20
|
20
|
.HasAnnotation("Relational:MaxIdentifierLength", 63);
|
21
|
21
|
|
22
|
22
|
modelBuilder.Entity("UnivateProperties_API.Model.Banks.Bank", b =>
|
|
@@ -166,7 +166,7 @@ namespace UnivateProperties_API.Migrations
|
166
|
166
|
|
167
|
167
|
b.Property<string>("Search");
|
168
|
168
|
|
169
|
|
- b.Property<int?>("UserID");
|
|
169
|
+ b.Property<string>("Type");
|
170
|
170
|
|
171
|
171
|
b.HasKey("Id");
|
172
|
172
|
|
|
@@ -286,8 +286,6 @@ namespace UnivateProperties_API.Migrations
|
286
|
286
|
|
287
|
287
|
b.Property<string>("Description");
|
288
|
288
|
|
289
|
|
- b.Property<int?>("GCRecord");
|
290
|
|
-
|
291
|
289
|
b.Property<bool>("IsSale");
|
292
|
290
|
|
293
|
291
|
b.Property<DateTime>("Modified");
|