Skip to content

Commit 578e275

Browse files
authored
fix: only consider pgsodium to be valid if they are in these versions (#1276)
* fix: only consider pgsodium to be valid if they are in these versions * chore: add 3.1.9 jic
1 parent f904736 commit 578e275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/db/migrations/20221207154255_create_pgsodium_and_vault.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ BEGIN
99
select count(*) = 1
1010
from pg_available_extensions
1111
where name = 'pgsodium'
12+
and default_version in ('3.1.6', '3.1.7', '3.1.8', '3.1.9')
1213
);
1314

1415
vault_exists = (

0 commit comments

Comments
 (0)