Adopt backend to collective-id

This commit is contained in:
eikek
2022-08-04 11:03:27 +02:00
parent 26d7c91266
commit 53d92c4a26
94 changed files with 1468 additions and 833 deletions

View File

@ -99,8 +99,8 @@ class TempFtsOpsTest extends DatabaseTest {
for {
today <- IO(LocalDate.now())
account <- store
.transact(QLogin.findUser(DocspellSystem.account))
.map(_.get.account)
.transact(QLogin.findAccount(DocspellSystem.account))
.map(_.get)
tempTable = ftsResults
.through(TempFtsOps.prepareTable(store.dbms, "fts_result"))
.compile