diff --git a/db/seeds.rb b/db/seeds.rb index 94d36a7fb..3631e2c07 100644 --- a/db/seeds.rb +++ b/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