Fix required fields in magazine issues.

This commit is contained in:
2020-08-08 02:39:50 +01:00
parent f16ca6ec4d
commit 750e946cbc
4 changed files with 6872 additions and 2 deletions

View File

@@ -1900,7 +1900,7 @@ namespace Marechai.Database.Migrations
b.Property<string>("NativeCaption").HasColumnType("varchar(255) CHARACTER SET utf8mb4");
b.Property<short>("Pages").HasColumnType("smallint");
b.Property<short?>("Pages").HasColumnType("smallint");
b.Property<string>("ProductCode").HasColumnType("varchar(18) CHARACTER SET utf8mb4").HasMaxLength(18);