Fix: idempotent migration policy creation #99
Reference in New Issue
Block a user
Delete Branch "fix/stage-ci-paths"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DROP POLICY IF EXISTS before CREATE POLICY in demo_config and user_api_keys migrations. demo_config was manually applied to the DB before CI migration tracking was set up — the policy already existed, causing CREATE POLICY to fail.