Browse Source

Add signed at and dpo details to DPC seed

pull/1941/head
Kat 3 years ago
parent
commit
dde312d066
  1. 3
      db/seeds.rb

3
db/seeds.rb

@ -12,6 +12,9 @@ def create_data_protection_confirmation(user)
organisation: user.organisation,
confirmed: true,
data_protection_officer: user,
signed_at: Time.zone.local(2019, 1, 1),
data_protection_officer_email: user.email,
data_protection_officer_name: user.name,
)
end

Loading…
Cancel
Save