Fix machine photo types.

This commit is contained in:
2019-05-28 23:34:05 +01:00
parent c4c5e2b821
commit 593b044506
9 changed files with 10852 additions and 5 deletions

View File

@@ -3754,7 +3754,7 @@ namespace Cicm.Database.Migrations
b.Property<ushort?>("LightSource");
b.Property<int?>("MachineId");
b.Property<int>("MachineId");
b.Property<ushort?>("MeteringMode");
@@ -3768,7 +3768,7 @@ namespace Cicm.Database.Migrations
b.Property<ushort?>("SensingMethod");
b.Property<string>("Sharpness");
b.Property<ushort?>("Sharpness");
b.Property<string>("SoftwareUsed");