SamTV12345-PodFetch/migrations/sqlite/2023-03-02-101007_create_po.../down.sql

3 lines
132 B
SQL

-- This file should undo anything in `up.sql`
DROP INDEX podcast_episodes_podcast_id_index;
DROP TABLE IF EXISTS 'podcast_episodes';