Games have icon and logo

This commit is contained in:
2025-05-26 17:02:13 +02:00
parent 89a0dc1bc2
commit e11390f632
6 changed files with 229 additions and 5 deletions

View File

@ -38,6 +38,12 @@ namespace API.Migrations
.ValueGeneratedOnAdd()
.HasColumnType("INTEGER");
b.Property<string>("IconUrl")
.HasColumnType("TEXT");
b.Property<string>("LogoUrl")
.HasColumnType("TEXT");
b.Property<string>("Name")
.IsRequired()
.HasColumnType("TEXT");