Skip to content

Commit

Permalink
fix: only consider pgsodium to be valid if they are in these versions (
Browse files Browse the repository at this point in the history
…#1276)

* fix: only consider pgsodium to be valid if they are in these versions

* chore: add 3.1.9 jic
  • Loading branch information
dragarcia authored Oct 16, 2024
1 parent f904736 commit 578e275
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ BEGIN
select count(*) = 1
from pg_available_extensions
where name = 'pgsodium'
and default_version in ('3.1.6', '3.1.7', '3.1.8', '3.1.9')
);

vault_exists = (
Expand Down

0 comments on commit 578e275

Please sign in to comment.