Fix: idempotent migration policy creation #100

Merged
will.anderson merged 2 commits from dev into stage 2026-05-11 18:56:56 +00:00

2 Commits

Author SHA1 Message Date
will.anderson 1264e32577 Fix: idempotent migration policy creation 2026-05-11 18:56:36 +00:00
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