Add optical media tracks.

This commit is contained in:
2020-06-11 23:00:57 +01:00
parent 4fba49818c
commit 0eda8e60f1
6 changed files with 6731 additions and 1 deletions

View File

@@ -2017,6 +2017,8 @@ namespace Marechai.Database.Migrations
b.Property<int?>("StorageInterface").HasColumnType("int");
b.Property<string>("TableOfContents").HasColumnType("json");
b.Property<string>("Title").HasColumnType("varchar(255) CHARACTER SET utf8mb4");
b.Property<ushort?>("Tracks").HasColumnType("smallint unsigned");