Commit Graph

10 Commits

Author SHA1 Message Date
cernont 71b7a53e59 Migrate Show.Date from DateOnly to DateTime to support time of day
Removes DateOnly/DateTime conversion boilerplate from all Show endpoints
and adds the corresponding EF Core migration.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-02 18:01:12 +02:00
cernont b3612f5bec Remove /api prefix from all routes and fix CityId FK constraint
- Strip /api prefix from all endpoint routes
- Make Show.CityId nullable (no longer required FK)
- Drop CityId FK constraint and alter column to NULL at startup via raw SQL
- Add migration MakeCityIdNullable for schema consistency
- Update Show DTOs to reflect nullable CityId

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27 20:32:55 +02:00
sanchezvem 0ddf5d380a Correcting all errors of types, writed, and entities. 2025-10-08 11:10:27 +01:00
sanchezvem 856d8e2733 Correction de toutes les erreurs de relations et d'écritures dans tous 2025-10-07 23:46:57 +01:00
sanchezvem 89be35ecb0 Fixed all relationship and write errors in all entities 2025-10-07 23:28:16 +01:00
sanchezvem cfa2d59c0d Fix french comments 2025-10-07 10:01:41 +02:00
sanchezvem df919bf943 Correcting Entities 2025-10-03 14:54:25 +01:00
cernont 6bb86c0ce9 Actualiser PyroFetes/Models/Show.cs 2025-10-02 15:19:38 +02:00
cernont bb02df6323 Actualiser PyroFetes/Models/Show.cs 2025-10-02 15:00:09 +02:00
cernont 21d3480b19 Entité du sujet 3 avec connections et cardinalités 2025-10-02 14:53:55 +02:00