-- Temporary: while the plan-tier toggle is missing from settings, all users -- get 'legend' so testers can exercise premium paths. Revert via follow-up -- migration once the toggle is back. UPDATE rebreak.profiles SET plan = 'legend'; ALTER TABLE rebreak.profiles ALTER COLUMN plan SET DEFAULT 'legend';