Skip to content

fix: drop unused database functions#1057

Merged
itslenny merged 1 commit into
masterfrom
lenny/drop-unused-database-functions
Apr 24, 2026
Merged

fix: drop unused database functions#1057
itslenny merged 1 commit into
masterfrom
lenny/drop-unused-database-functions

Conversation

@itslenny
Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

Several of the functions that were dropped in migration 0052 used an incorrect signature resulting in the functions not being dropped

What is the new behavior?

Actually drop these unused functions

The function search_legacy_v1 was not included in 0052, but it should've been as it is not used anywhere and for new projects it is not created because of -- postgres-migrations ignore in migration 0034.

Also, renamed migration 56 to have the 00 prefix to match others. This should not have any impact it will just make the files sort correctly in the directory.

@itslenny itslenny requested a review from a team as a code owner April 24, 2026 20:13
@coveralls
Copy link
Copy Markdown

Coverage Report for CI Build 24909783607

Coverage decreased (-0.006%) to 71.577%

Details

  • Coverage decreased (-0.006%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 9766
Covered Lines: 7391
Line Coverage: 75.68%
Relevant Branches: 5461
Covered Branches: 3508
Branch Coverage: 64.24%
Branches in Coverage %: Yes
Coverage Strength: 377.12 hits per line

💛 - Coveralls

@itslenny itslenny merged commit e65aefe into master Apr 24, 2026
9 checks passed
@itslenny itslenny deleted the lenny/drop-unused-database-functions branch April 24, 2026 21:07
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.

3 participants