chore(db-fill): add missing user fields contd
This commit is contained in:
parent
aa81de74a4
commit
9c608070ae
@ -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
|
||||
|
||||
Reference in New Issue
Block a user