From 64626b7326bcf80aeb3099c1852328118f620af7 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Wed, 20 Nov 2024 14:39:23 +0000 Subject: [PATCH] Update dpo seed --- db/seeds.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db/seeds.rb b/db/seeds.rb index b58f7e0a8..8f5ca724c 100644 --- a/db/seeds.rb +++ b/db/seeds.rb @@ -15,6 +15,8 @@ def create_data_protection_confirmation(user) signed_at: Time.zone.local(2019, 1, 1), data_protection_officer_email: user.email, data_protection_officer_name: user.name, + organisation_name:user.organisation.name, + organisation_address:user.organisation.address_row, ) end