Persist hierarchical definition policy overrides

This commit is contained in:
2026-07-31 17:34:30 +02:00
parent 4d8bcec1f0
commit 798138ef7d
12 changed files with 1494 additions and 67 deletions
@@ -0,0 +1,5 @@
"""Policy-owned persistence models."""
from govoplan_policy.backend.db.models import PolicyOverride
__all__ = ["PolicyOverride"]