down.sql 119 B

123456
  1. -- This file should undo anything in `up.sql`
  2. DROP INDEX studios_name ;
  3. DROP INDEX studios_uid ;
  4. DROP TABLE studios;