0017_web_preferences.down.sql 140 B

123
  1. -- Drop the web_preferences table and its index
  2. DROP INDEX IF EXISTS idx_web_preferences_screen_name;
  3. DROP TABLE IF EXISTS web_preferences;