soroban-abacus-flashcards/apps/web/drizzle/0032_drop_mastery_level_col...

6 lines
269 B
SQL

-- Custom SQL migration file, put your code below! --
-- Drop the deprecated mastery_level column from player_skill_mastery table
-- This column has been replaced by isPracticing + computed fluency state
ALTER TABLE `player_skill_mastery` DROP COLUMN `mastery_level`;