Add source URL to machine photos.

This commit is contained in:
2019-05-29 01:00:27 +01:00
parent 785892decb
commit bb931e7209
11 changed files with 5464 additions and 6 deletions

View File

@@ -3772,6 +3772,8 @@ namespace Cicm.Database.Migrations
b.Property<string>("SoftwareUsed");
b.Property<string>("Source");
b.Property<ushort?>("SubjectDistanceRange");
b.Property<DateTime>("UploadDate").IsConcurrencyToken().ValueGeneratedOnAddOrUpdate();