Implement PostgreSQL production store path
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 41s
All checks were successful
Build and Publish Container Image / build-and-push (push) Successful in 41s
Add the PostgreSQL backend, migration and stopped-write transfer tools, lease-aware deployment manifests, tenancy declarations, and shared conformance coverage. Persist grouping mutations in durable stores and separate process liveness from database readiness.
This commit is contained in:
parent
2063470ac8
commit
749461b97b
30 changed files with 2364 additions and 71 deletions
|
|
@ -35,6 +35,11 @@ Reactivation restores the tenant's ability to receive new grants and plan
|
|||
changes. It deliberately does **not** resurrect revoked grants or invent plan
|
||||
state — those stay exactly as retirement left them.
|
||||
|
||||
Retention and erasure semantics are normative in
|
||||
`docs/data-retention-policy.md`. In particular, retirement does not erase
|
||||
contact data, and the 30-day PostgreSQL backup window is a copy horizon rather
|
||||
than a primary-record expiry rule.
|
||||
|
||||
---
|
||||
|
||||
## Immutability
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue