Files
rss-reader/migrations/2023-10-22-115359_update_feed_item_date/down.sql
T

4 lines
92 B
SQL

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