feat: can_stale and periodicity
This commit is contained in:
parent
3ffdf8f0d7
commit
b361c1ab58
4 changed files with 108 additions and 17 deletions
8
migrations/each_user/0013_contact-periodicity.sql
Normal file
8
migrations/each_user/0013_contact-periodicity.sql
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue