Skip to content

CGDMF-174: Remove pre-baseline database migrations V1-V24#285

Open
hartman wants to merge 3 commits into
developfrom
task/cgdmf-280-remove-old-migrations
Open

CGDMF-174: Remove pre-baseline database migrations V1-V24#285
hartman wants to merge 3 commits into
developfrom
task/cgdmf-280-remove-old-migrations

Conversation

@hartman

@hartman hartman commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Summary

Test plan

  • Fresh install uses B25__Baseline.sql as starting point — no change in behavior
  • Existing installations at ≥ v1.0.0 are unaffected (Flyway skips migrations already recorded in the schema history)

hartman and others added 3 commits June 23, 2026 21:52
Removes all versioned migrations (V1-V24) and their corresponding undo
migrations (U2-U24) that predate the baseline established in B25__Baseline.sql.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
V7 (and V1-V24 in general) no longer exist on disk, so the targeted
pgcrypto repair check in Main.kt and FlywayMigration.kt is dead code.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@hartman hartman changed the title CGDMF-280: Remove pre-baseline database migrations V1-V24 CGDMF-174 Remove pre-baseline database migrations V1-V24 Jun 23, 2026
@hartman hartman changed the title CGDMF-174 Remove pre-baseline database migrations V1-V24 CGDMF-174: Remove pre-baseline database migrations V1-V24 Jun 23, 2026
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.

Verwijder database migratie van voor de nieuwe Baseline

1 participant