mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
Add ROM set category.
This commit is contained in:
@@ -221,6 +221,8 @@ namespace RomRepoMgr.Database.Migrations
|
||||
|
||||
b.Property<string>("Author").HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Category").HasColumnType("TEXT");
|
||||
|
||||
b.Property<string>("Comment").HasColumnType("TEXT");
|
||||
|
||||
b.Property<DateTime>("CreatedOn").HasColumnType("TEXT");
|
||||
@@ -245,6 +247,8 @@ namespace RomRepoMgr.Database.Migrations
|
||||
|
||||
b.HasIndex("Author");
|
||||
|
||||
b.HasIndex("Category");
|
||||
|
||||
b.HasIndex("Comment");
|
||||
|
||||
b.HasIndex("Date");
|
||||
|
||||
Reference in New Issue
Block a user