SamTV12345-PodFetch/migrations/sqlite/2023-04-16-085031_podcast_n.../down.sql

3 lines
156 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE podcasts RENAME COLUMN directory_id TO directory;
ALTER TABLE podcasts DROP COLUMN directory_name;