Fix: idempotent migration policy creation #100

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

Promote from dev: DROP POLICY IF EXISTS before CREATE POLICY in demo_config and user_api_keys migrations.

Promote from dev: DROP POLICY IF EXISTS before CREATE POLICY in demo_config and user_api_keys migrations.
will.anderson added 2 commits 2026-05-11 18:56:45 +00:00
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).
will.anderson merged commit 441d6d7cb5 into stage 2026-05-11 18:56:56 +00:00
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: neuron-technologies/neuron-web#100