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
|
, userCreated = now
|
||||||
, userLastLdapSynchronisation = Nothing
|
, userLastLdapSynchronisation = Nothing
|
||||||
, userLdapPrimaryKey = Nothing
|
, userLdapPrimaryKey = Nothing
|
||||||
|
, userLastAzureSynchronisation = Nothing
|
||||||
|
, userAzurePrimaryKey = Nothing
|
||||||
, userCsvOptions = def
|
, userCsvOptions = def
|
||||||
, userSex = Just SexNotApplicable
|
, userSex = Just SexNotApplicable
|
||||||
, userBirthday = Just $ n_day 3
|
, userBirthday = Just $ n_day 3
|
||||||
@ -569,6 +571,8 @@ fillDb = do
|
|||||||
, userCreated = now
|
, userCreated = now
|
||||||
, userLastLdapSynchronisation = Nothing
|
, userLastLdapSynchronisation = Nothing
|
||||||
, userLdapPrimaryKey = Nothing
|
, userLdapPrimaryKey = Nothing
|
||||||
|
, userLastAzureSynchronisation = Nothing
|
||||||
|
, userAzurePrimaryKey = Nothing
|
||||||
, userCsvOptions = def
|
, userCsvOptions = def
|
||||||
, userSex = Nothing
|
, userSex = Nothing
|
||||||
, userBirthday = Nothing
|
, userBirthday = Nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user