-- Drop orphaned RefractorTierBoost and RefractorCosmetic tables. -- These were speculative schema from the initial Refractor design that were -- never used — boosts are hardcoded in refractor_boost.py and tier visuals -- are embedded in CSS templates. Both tables have zero rows on dev and prod. DROP TABLE IF EXISTS refractor_tier_boost; DROP TABLE IF EXISTS refractor_cosmetic;