soroban-abacus-flashcards/apps/web/drizzle/0037_drop_practice_sessions...

6 lines
233 B
SQL

-- Drop the practice_sessions table
-- This table was replaced by session_plans which stores richer session data
-- The table has 0 rows in production - all session data is in session_plans
DROP TABLE IF EXISTS `practice_sessions`;