Loading…
Found in clubfinder-backend/migrations/archive/110_dj_sets_club_name.sql:3
Issue #145 (DJ Completed Set History) shows a DJ's completed-set counts per club on the profile pages, reading the club name off the set row itself. dj_sets stores only club_id, with NO foreign key to clubs and no denormalized name — so when a club is hard-deleted (the quarterly cull), the completed-set history loses its club name and becomes unrenderable.
Link this decision to the modules and files it governs.
All linkage saved.
Deprecate marks this decision as no longer current — existing references remain, but it stops being treated as the standard. It doesn't change any code.