Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(migration): handle null value when fetching migration name #2746

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

sweatybridge
Copy link
Contributor

@sweatybridge sweatybridge commented Oct 9, 2024

What kind of change does this PR introduce?

Bug fix #2725

What is the new behavior?

Due to a mistake in our schema, name column is nullable instead of always defaulting to empty string.

Additional context

Add any other context or screenshots.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 11252512896

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 7 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.03%) to 60.22%

Files with Coverage Reduction New Missed Lines %
internal/storage/rm/rm.go 2 89.53%
internal/gen/keys/keys.go 5 12.9%
Totals Coverage Status
Change from base Build 11250331386: -0.03%
Covered Lines: 6514
Relevant Lines: 10817

💛 - Coveralls

@sweatybridge sweatybridge merged commit bd0955c into develop Oct 9, 2024
9 checks passed
@sweatybridge sweatybridge deleted the fix-fetch branch October 9, 2024 11:12
@github-actions github-actions bot mentioned this pull request Oct 9, 2024
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.

supabase migration fetch: failed to scan targets
2 participants