#362 add links to MangaConnectors for Icons

This commit is contained in:
2025-03-07 18:53:34 +01:00
parent 3583e45071
commit d43ae881b5
13 changed files with 717 additions and 10 deletions

View File

@ -268,6 +268,10 @@ namespace API.Migrations
b.Property<bool>("Enabled")
.HasColumnType("boolean");
b.Property<string>("IconUrl")
.IsRequired()
.HasColumnType("text");
b.PrimitiveCollection<string[]>("SupportedLanguages")
.IsRequired()
.HasColumnType("text[]");