deprecate k-tv-backend, fix workspace feature-unification build

This commit is contained in:
2026-07-12 03:35:09 +02:00
parent c869e9ab84
commit dd4389d53e
3 changed files with 5 additions and 1 deletions

View File

@@ -127,6 +127,7 @@ fn wire_repositories(pool: &DbPool) -> anyhow::Result<WireOutput> {
library_query: w.library_query,
})
}
_ => anyhow::bail!("database backend not compiled into this binary"),
}
}