feat: add hub-core database lease projections
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s

This commit is contained in:
codex 2026-08-21 17:30:44 +02:00
parent 77f2535369
commit bb7cfcb184
5 changed files with 121 additions and 0 deletions

View file

@ -9,3 +9,11 @@ path "database/creds/core-hub-runtime" {
path "database/creds/core-hub-migration" {
capabilities = ["read"]
}
path "database/creds/hub-core-runtime" {
capabilities = ["read"]
}
path "database/creds/hub-core-migration" {
capabilities = ["read"]
}