mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add grayscale resolutions.
This commit is contained in:
@@ -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'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user