Schädenlist angefangen
This commit is contained in:
@@ -218,10 +218,13 @@ namespace KanSan.Base.Migrations
|
||||
.HasColumnType("integer")
|
||||
.HasAnnotation("Npgsql:ValueGenerationStrategy", NpgsqlValueGenerationStrategy.IdentityByDefaultColumn);
|
||||
|
||||
b.Property<decimal>("Entfernung")
|
||||
.HasColumnType("numeric");
|
||||
|
||||
b.Property<Guid>("GuidNr")
|
||||
.HasColumnType("uuid");
|
||||
|
||||
b.Property<bool>("Infiltation")
|
||||
b.Property<bool>("Infiltration")
|
||||
.HasColumnType("boolean");
|
||||
|
||||
b.Property<bool>("RissBruchScherbe")
|
||||
@@ -372,9 +375,6 @@ namespace KanSan.Base.Migrations
|
||||
b.Property<string>("Mitarbeiter")
|
||||
.HasColumnType("text");
|
||||
|
||||
b.Property<decimal>("Position")
|
||||
.HasColumnType("numeric");
|
||||
|
||||
b.Property<int?>("SanierungskonzeptID")
|
||||
.HasColumnType("integer");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user