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