From 9c608070ae684101f199fa0d78ece9d994c0b24a Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 30 Jan 2024 22:08:55 +0100 Subject: [PATCH] chore(db-fill): add missing user fields contd --- test/Database/Fill.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/Database/Fill.hs b/test/Database/Fill.hs index 8e3905fd4..c2334314b 100644 --- a/test/Database/Fill.hs +++ b/test/Database/Fill.hs @@ -279,6 +279,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexNotApplicable , userBirthday = Just $ n_day 3 @@ -569,6 +571,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Nothing , userBirthday = Nothing