SamTV12345-PodFetch/migrations/postgres/2024-08-25-170551_episode_n.../down.sql

3 lines
126 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE podcasts DROP COLUMN episode_numbering;
DROP TABLE podcast_settings;