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

9 lines
224 B
MySQL
Raw Normal View History

2026-04-03 13:47:23 -05:00
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;