feat(assign_tos): add manager column to assign_tos table. Same idea as administrateur_procedures.manager which flag a link between procedure/administrateur coming from a SuperAdmin [target: able to avoid SuperAdmin sec issues]

This commit is contained in:
Martin 2022-07-21 13:17:47 +02:00 committed by mfo
parent 33000466a5
commit f0a4cbb61e
4 changed files with 18 additions and 0 deletions

View file

@ -6,6 +6,7 @@
# daily_email_notifications_enabled :boolean default(FALSE), not null
# instant_email_dossier_notifications_enabled :boolean default(FALSE), not null
# instant_email_message_notifications_enabled :boolean default(FALSE), not null
# manager :boolean default(TRUE)
# weekly_email_notifications_enabled :boolean default(TRUE), not null
# created_at :datetime
# updated_at :datetime