88548cbea3d5ac28b8d075be6cc820503a42d681
Adds 2 new models for grand-finale logistics PR 2: - Hotel: 1:1 with Program (one per edition); name + address + link + notes - FlightDetail: 1:1 with AttendingMember; arrival + departure datetimes, flight numbers, airports, admin status (PENDING/CONFIRMED), admin notes Migration is purely additive: no DROP/ALTER COLUMN/RENAME. FKs point FROM new tables TO existing tables (Program, AttendingMember) with ON DELETE CASCADE only firing on parent deletion.
Description
No description provided
Languages
TypeScript
99.5%
JavaScript
0.2%
Shell
0.2%
CSS
0.1%