Skip to content

Refactor release reset to drop schema instead of migrating down#1862

Merged
Flo0807 merged 2 commits into
developfrom
feature/resilient-release-reset
Mar 10, 2026
Merged

Refactor release reset to drop schema instead of migrating down#1862
Flo0807 merged 2 commits into
developfrom
feature/resilient-release-reset

Conversation

@Flo0807
Copy link
Copy Markdown
Collaborator

@Flo0807 Flo0807 commented Mar 10, 2026

migrate(:down) fails when migration files have been deleted. Replace it with DROP SCHEMA public CASCADE to reliably wipe all tables. Also fix incorrect :myxql reference to :postgrex in seed/0.

Flo0807 added 2 commits March 10, 2026 10:13
migrate(:down) fails when migration files have been deleted. Replace
it with DROP SCHEMA public CASCADE to reliably wipe all tables.
Also fix incorrect :myxql reference to :postgrex in seed/0.
@Flo0807 Flo0807 added the ignore-for-release Should not appear in releas notes label Mar 10, 2026
@Flo0807 Flo0807 requested a review from pehbehbeh March 10, 2026 09:30
@Flo0807 Flo0807 self-assigned this Mar 10, 2026
Copy link
Copy Markdown
Member

@pehbehbeh pehbehbeh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Flo0807 Flo0807 added this pull request to the merge queue Mar 10, 2026
Merged via the queue into develop with commit 6269799 Mar 10, 2026
7 checks passed
@Flo0807 Flo0807 deleted the feature/resilient-release-reset branch March 10, 2026 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release Should not appear in releas notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants