Fix: idempotent migration policy creation #99

Merged
will.anderson merged 1 commits from fix/stage-ci-paths into dev 2026-05-11 18:56:38 +00:00

1 Commits

Author SHA1 Message Date
will.anderson 7f88414b40 Make migration policy creation idempotent
DROP POLICY IF EXISTS before CREATE POLICY so migrations can be
re-applied to a DB that already has the policy (e.g. demo_config
was manually applied before migration tracking was set up).
2026-05-11 13:56:12 -05:00