chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:23 +02:00
parent 4c645a421c
commit 2bc57fefe3
14 changed files with 327 additions and 22 deletions

View File

@@ -1,8 +1,9 @@
# GovOPlaN Tenancy
`govoplan-tenancy` owns the live `tenants` table, tenant lifecycle, and tenant
settings API route contributions during the GovOPlaN module split.
`govoplan-tenancy` owns the live `tenancy_tenants` table, tenant lifecycle, and
tenant settings API route contributions during the GovOPlaN module split.
`govoplan-access` depends on this module, and core's registry inserts tenancy
before access for authenticated platform composition. The historical `tenants`
table name is intentionally preserved for migration compatibility.
before access for authenticated platform composition. Core migrations rename the
historical `tenants` table to the module-prefixed table name for existing
development databases.