-- Your SQL goes here
alter table subscriptions
add column time_changed bigint not null default 0;
add column deleted boolean not null default false;