-- Drop the web_preferences table and its index DROP INDEX IF EXISTS idx_web_preferences_screen_name; DROP TABLE IF EXISTS web_preferences;