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

Remove postgres extensions dependencies #421

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

fenos
Copy link
Contributor

@fenos fenos commented Jan 16, 2024

What kind of change does this PR introduce?

Feature

What is the current behavior?

Currently, the storage schema relies on the ossd-uuid extension specifically on the uuid_generate_v4() function.

What is the new behavior?

Storage drops support for PG 12 - and is now only compatible with > PG 13, which allows us to use the built-in function gen_random_uuid and remove dependencies on other extensions.

pgcrypto extension was also removed since there was no usage in the code-base

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7541714039

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.915%

Totals Coverage Status
Change from base Build 7540509992: 0.0%
Covered Lines: 7824
Relevant Lines: 9335

💛 - Coveralls

@fenos fenos merged commit 610b4f3 into master Jan 17, 2024
1 check passed
@fenos fenos deleted the feat/remove-dependency-on-pg-extensions branch January 17, 2024 07:51
Copy link

🎉 This PR is included in version 0.45.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants