rss-reader/migrations/2023-10-08-081246_update_fe.../down.sql

7 lines
127 B
SQL

-- This file should undo anything in `up.sql`
ALTER TABLE feed_item
DROP COLUMN title;
ALTER TABLE feed_item
DROP COLUMN url;