-- This file should undo anything in `up.sql`
alter table subscriptions
drop column time_changed;
drop column deleted;