SamTV12345-PodFetch/migrations/postgres/2023-12-28-114101_user_api_key/down.sql

2 lines
84 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE users DROP COLUMN api_key;