Files
rss-reader/migrations/2023-10-08-081246_update_feed_item/down.sql
T
2023-10-08 18:13:58 +02:00

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;