diff --git a/test/Database/Fill.hs b/test/Database/Fill.hs index c1c657912..8e3905fd4 100644 --- a/test/Database/Fill.hs +++ b/test/Database/Fill.hs @@ -105,6 +105,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def { csvFormat = csvPreset # CsvPresetRFC } , userSex = Just SexMale , userBirthday = Nothing @@ -145,6 +147,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def { csvFormat = csvPreset # CsvPresetExcel } , userSex = Just SexMale , userShowSex = userDefaultShowSex @@ -191,6 +195,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userSex = Just SexMale , userBirthday = Just $ n_day $ 35 * (-365) , userCsvOptions = def @@ -231,6 +237,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexMale , userBirthday = Just $ n_day $ 27 * (-365) @@ -311,6 +319,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexFemale , userBirthday = Nothing @@ -351,6 +361,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexMale , userBirthday = Nothing @@ -391,6 +403,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexMale , userBirthday = Nothing @@ -431,6 +445,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexMale , userBirthday = Nothing @@ -471,6 +487,8 @@ fillDb = do , userCreated = now , userLastLdapSynchronisation = Nothing , userLdapPrimaryKey = Nothing + , userLastAzureSynchronisation = Nothing + , userAzurePrimaryKey = Nothing , userCsvOptions = def , userSex = Just SexMale , userBirthday = Nothing