Add grayscale resolutions.

This commit is contained in:
2019-05-19 15:56:12 +01:00
parent c0df1ed4b6
commit 20da3251f8
11 changed files with 1967 additions and 37 deletions

View File

@@ -770,6 +770,8 @@ namespace Cicm.Database.Migrations
b.Property<long?>("Colors").HasColumnName("colors").HasColumnType("bigint(20)");
b.Property<bool>("Grayscale");
b.Property<int>("Height").ValueGeneratedOnAdd().HasColumnName("height").HasColumnType("int(11)")
.HasDefaultValueSql("'0'");