chore(db-fill): add missing user fields contd

This commit is contained in:
Sarah Vaupel 2024-01-30 22:08:55 +01:00
parent aa81de74a4
commit 9c608070ae

View File

@ -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