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

3 lines
154 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE podcast_episodes DROP COLUMN episode_numbering_processed;
DROP TABLE IF EXISTS podcast_settings;