Speculative schema from initial Refractor design that was 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. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
384 B
SQL
8 lines
384 B
SQL
-- 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;
|