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

feat: sync database version with remote pg15 project #1535

Merged
merged 2 commits into from
Oct 2, 2023
Merged

Conversation

sweatybridge
Copy link
Contributor

@sweatybridge sweatybridge commented Sep 29, 2023

What kind of change does this PR introduce?

closes #491

What is the new behavior?

Now that initial schema is removed, it is possible to use arbitrary pg15 image for local development. This PR links remote database image version to match local dev.

Additional context

Add any other context or screenshots.

@sweatybridge sweatybridge requested a review from a team as a code owner September 29, 2023 06:40
@coveralls
Copy link

Pull Request Test Coverage Report for Build 6375631222

  • 15 of 22 (68.18%) changed or added relevant lines in 3 files are covered.
  • 5 unchanged lines in 1 file lost coverage.
  • Overall coverage increased (+0.1%) to 56.761%

Changes Missing Coverage Covered Lines Changed/Added Lines %
internal/utils/tenant/client.go 0 1 0.0%
internal/link/link.go 14 17 82.35%
internal/utils/config.go 1 4 25.0%
Files with Coverage Reduction New Missed Lines %
internal/gen/keys/keys.go 5 12.31%
Totals Coverage Status
Change from base Build 6349173408: 0.1%
Covered Lines: 5012
Relevant Lines: 8830

💛 - Coveralls

@sweatybridge sweatybridge merged commit e59da80 into main Oct 2, 2023
8 checks passed
@sweatybridge sweatybridge deleted the sync-db branch October 2, 2023 03:58
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.

Add possibility to specify the minor version of PostgreSQL in /supabase/config.toml
3 participants