Cover datasource publication change events
Dependency Audit / dependency-audit (push) Failing after 1m40s
Deployment Installer / deployment-installer (push) Successful in 5s
Security Audit / security-audit (push) Successful in 10m48s

This commit is contained in:
2026-08-04 12:05:48 +02:00
parent 9e956eec6f
commit 629bfec1f1
@@ -15,6 +15,7 @@ from govoplan_core.core.dataflows import (
dataflow_run_lifecycle, dataflow_run_lifecycle,
) )
from govoplan_core.core.automation import AutomationPrincipalResolution from govoplan_core.core.automation import AutomationPrincipalResolution
from govoplan_core.core.change_sequence import ChangeSequenceEntry
from govoplan_core.core.access import ( from govoplan_core.core.access import (
CAPABILITY_AUTH_AUTOMATION_PRINCIPAL_PROVIDER, CAPABILITY_AUTH_AUTOMATION_PRINCIPAL_PROVIDER,
) )
@@ -79,6 +80,7 @@ def main() -> int:
Base.metadata.create_all( Base.metadata.create_all(
engine, engine,
tables=[ tables=[
ChangeSequenceEntry.__table__,
DistributedLease.__table__, DistributedLease.__table__,
RecoveryOperation.__table__, RecoveryOperation.__table__,
RecoveryCheckpoint.__table__, RecoveryCheckpoint.__table__,