mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Change machine photo field types to match EXIF types.
This commit is contained in:
@@ -525,16 +525,14 @@ namespace Cicm.Database.Models
|
||||
|
||||
entity.HasIndex(e => e.MeteringMode);
|
||||
|
||||
entity.HasIndex(e => e.Orientation);
|
||||
entity.HasIndex(e => e.ResolutionUnit);
|
||||
|
||||
entity.HasIndex(e => e.PixelComposition);
|
||||
entity.HasIndex(e => e.Orientation);
|
||||
|
||||
entity.HasIndex(e => e.Saturation);
|
||||
|
||||
entity.HasIndex(e => e.SceneCaptureType);
|
||||
|
||||
entity.HasIndex(e => e.SceneControl);
|
||||
|
||||
entity.HasIndex(e => e.SensingMethod);
|
||||
|
||||
entity.HasIndex(e => e.Sharpness);
|
||||
|
||||
Reference in New Issue
Block a user