Cleanup database migrations#2472
Merged
Merged
Conversation
p-hoffmann
commented
Nov 22, 2025
Member
- Streamlined Database Support: Removed legacy migration scripts specific to SQL Server and Oracle.
- Established v3.0 Baseline: Introduced a new, consolidated baseline migration script for the WebAPI 3.0 release.
- Pruned History: Deleted obsolete migration scripts for WebAPI versions prior to 2.14 to reduce technical debt.
There was a problem hiding this comment.
Pull request overview
This pull request removes legacy database migration scripts to establish a new baseline for WebAPI 3.0, streamlining database support by eliminating obsolete migrations and database-specific scripts.
- Removed all pre-2.14 PostgreSQL migration scripts
- Deleted all Oracle-specific migration scripts and rollback scripts
- Added a new migration script to mark the 3.0.0 baseline as applied for existing databases
Reviewed changes
Copilot reviewed 298 out of 562 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| V2.15.0.20251214000000__mark_baseline_applied.sql | Marks V3.0.0.0 baseline as applied in schema_version table for existing databases |
| V2.7.0.* through V1.0.0.* (PostgreSQL) | Removed legacy PostgreSQL migrations from versions prior to 2.14 |
| oracle/V*.sql | Removed all Oracle-specific migration scripts |
| oracle/rollback/*.sql | Removed all Oracle rollback scripts |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.