SamTV12345-PodFetch/migrations/postgres/2023-08-01-165632_delete-fl.../up.sql

2 lines
101 B
SQL

-- Your SQL goes here
ALTER TABLE podcast_episodes ADD COLUMN deleted BOOLEAN NOT NULL DEFAULT FALSE;