Commit Graph

3 Commits

Author SHA1 Message Date
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 e4677b1aea Migration added and updated 2025-10-08 11:38:42 +01:00
sanchezvem 9a5c83161a Exucuting migrations commands 2025-10-07 11:42:04 +02:00