On affiche les séries terminées ou abandonnées.

This commit is contained in:
mathieu
2026-09-11 00:00:30 +02:00
parent e7fe9ed6a9
commit 0f2b81346a
7 changed files with 774 additions and 9 deletions
@@ -465,6 +465,9 @@ namespace MaBibli.Api.Data.Migrations
b.Property<DateTime>("DateAjout")
.HasColumnType("TEXT");
b.Property<int>("Etat")
.HasColumnType("INTEGER");
b.Property<int>("Position")
.HasColumnType("INTEGER");