Skip to content

Idempotentency of migrations#36

Merged
jeffmaki merged 2 commits into
stagingfrom
develop
Jul 8, 2026
Merged

Idempotentency of migrations#36
jeffmaki merged 2 commits into
stagingfrom
develop

Conversation

@jeffmaki

@jeffmaki jeffmaki commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

No description provided.

@coderabbitai

coderabbitai Bot commented Jul 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 664ad38c-d8a6-4ebd-aec5-54e1e0a537db

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@jeffmaki jeffmaki merged commit e0f953e into staging Jul 8, 2026
2 checks passed
@cyrossignol

Copy link
Copy Markdown
Collaborator

@jeffmaki migrations should not be idempotent. They must fail when the DB state does not match the spec. Mismatches are a signal that something is wrong, and we don't want migrations to gloss over these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants