Fix type for photo focal length equivalent.

This commit is contained in:
2020-05-30 07:34:54 +01:00
parent 8ce6361b26
commit a8e6ad204c
6 changed files with 3684 additions and 5 deletions

View File

@@ -876,7 +876,7 @@ namespace Marechai.Database.Migrations
b.Property<double?>("FocalLength").HasColumnType("double");
b.Property<ushort?>("FocalLengthEquivalent").HasColumnType("smallint unsigned");
b.Property<double?>("FocalLengthEquivalent").HasColumnType("double");
b.Property<double?>("HorizontalResolution").HasColumnType("double");
@@ -1302,7 +1302,7 @@ namespace Marechai.Database.Migrations
b.Property<double?>("FocalLength").HasColumnType("double");
b.Property<ushort?>("FocalLengthEquivalent").HasColumnType("smallint unsigned");
b.Property<double?>("FocalLengthEquivalent").HasColumnType("double");
b.Property<double?>("HorizontalResolution").HasColumnType("double");