chore(db-fill): add missing user fields
This commit is contained in:
parent
d9ed893b52
commit
aa81de74a4
@ -105,6 +105,8 @@ fillDb = do
|
|||||||
, userCreated = now
|
, userCreated = now
|
||||||
, userLastLdapSynchronisation = Nothing
|
, userLastLdapSynchronisation = Nothing
|
||||||
, userLdapPrimaryKey = Nothing
|
, userLdapPrimaryKey = Nothing
|
||||||
|
, userLastAzureSynchronisation = Nothing
|
||||||
|
, userAzurePrimaryKey = Nothing
|
||||||
, userCsvOptions = def { csvFormat = csvPreset # CsvPresetRFC }
|
, userCsvOptions = def { csvFormat = csvPreset # CsvPresetRFC }
|
||||||
, userSex = Just SexMale
|
, userSex = Just SexMale
|
||||||
, userBirthday = Nothing
|
, userBirthday = Nothing
|
||||||
@ -145,6 +147,8 @@ fillDb = do
|
|||||||
, userCreated = now
|
, userCreated = now
|
||||||
, userLastLdapSynchronisation = Nothing
|
, userLastLdapSynchronisation = Nothing
|
||||||
, userLdapPrimaryKey = Nothing
|
, userLdapPrimaryKey = Nothing
|
||||||
|
, userLastAzureSynchronisation = Nothing
|
||||||
|
, userAzurePrimaryKey = Nothing
|
||||||
, userCsvOptions = def { csvFormat = csvPreset # CsvPresetExcel }
|
, userCsvOptions = def { csvFormat = csvPreset # CsvPresetExcel }
|
||||||
, userSex = Just SexMale
|
, userSex = Just SexMale
|
||||||
, userShowSex = userDefaultShowSex
|
, userShowSex = userDefaultShowSex
|
||||||
@ -191,6 +195,8 @@ fillDb = do
|
|||||||
, userCreated = now
|
, userCreated = now
|
||||||
, userLastLdapSynchronisation = Nothing
|
, userLastLdapSynchronisation = Nothing
|
||||||
, userLdapPrimaryKey = Nothing
|
, userLdapPrimaryKey = Nothing
|
||||||
|
, userLastAzureSynchronisation = Nothing
|
||||||
|
, userAzurePrimaryKey = Nothing
|
||||||
, userSex = Just SexMale
|
, userSex = Just SexMale
|
||||||
, userBirthday = Just $ n_day $ 35 * (-365)
|
, userBirthday = Just $ n_day $ 35 * (-365)
|
||||||
, userCsvOptions = def
|
, userCsvOptions = def
|
||||||
@ -231,6 +237,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 SexMale
|
, userSex = Just SexMale
|
||||||
, userBirthday = Just $ n_day $ 27 * (-365)
|
, userBirthday = Just $ n_day $ 27 * (-365)
|
||||||
@ -311,6 +319,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 SexFemale
|
, userSex = Just SexFemale
|
||||||
, userBirthday = Nothing
|
, userBirthday = Nothing
|
||||||
@ -351,6 +361,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 SexMale
|
, userSex = Just SexMale
|
||||||
, userBirthday = Nothing
|
, userBirthday = Nothing
|
||||||
@ -391,6 +403,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 SexMale
|
, userSex = Just SexMale
|
||||||
, userBirthday = Nothing
|
, userBirthday = Nothing
|
||||||
@ -431,6 +445,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 SexMale
|
, userSex = Just SexMale
|
||||||
, userBirthday = Nothing
|
, userBirthday = Nothing
|
||||||
@ -471,6 +487,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 SexMale
|
, userSex = Just SexMale
|
||||||
, userBirthday = Nothing
|
, userBirthday = Nothing
|
||||||
|
|||||||
Reference in New Issue
Block a user