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