Skip to content

Conversation

@dylanjeffers
Copy link
Contributor

fixes the following issue when running migrations:

Applying functions/get_user_scores.sql
ERROR: cannot change return type of existing function
DETAIL: Row type defined by OUT parameters is different.
HINT: Use DROP FUNCTION get_user_scores(integer[]) first.

Copy link
Member

@raymondjacobson raymondjacobson left a comment

Choose a reason for hiding this comment

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

how was this needed? did you add something to user scores?

@dylanjeffers
Copy link
Contributor Author

how was this needed? did you add something to user scores?

When i was running make test-schema it was erroring out on this line. nothing from my changes from what i can tell.

@dylanjeffers dylanjeffers merged commit 6625623 into main Dec 16, 2025
5 checks passed
@dylanjeffers dylanjeffers deleted the fix-migrations branch December 16, 2025 20:39
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