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

conditionally enable crypto during install based on PG version #43

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

waymondo
Copy link
Owner

gen_random_uuid() is available by default in PG versions 13+, so we need to ensure it's enabled for older versions.

closes #39

@waymondo waymondo merged commit e729927 into main Jan 12, 2024
8 checks passed
@waymondo waymondo deleted the conditionally-enable-crypto branch January 12, 2024 04:14
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.

gen_random_uuid() doesn't exist for postgres versions older than 13
1 participant