mascarpone/migrations/each_user/0013_contact-periodicity.sql

8 lines
224 B
SQL

alter table contacts add column
can_stale boolean not null default true;
alter table contacts add column
periodicity text not null default 'P0D';
alter table contacts add column
active boolean not null default true;