-- 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`;