Commit Graph

1 Commits

Author SHA1 Message Date
Marijn cab2d25000 Add unique index constraint for quiz_candidate with soft delete support
- Updated migration to include a unique index on `quiz_candidate` table that excludes soft-deleted records.
- Adjusted `QuizCandidate` entity to reflect the new unique constraint with `deleted_at` condition.
2026-05-24 16:06:03 +02:00