Skip to content

Commit 7ea79e7

Browse files
committed
fix: only consider pgsodium to be valid if they are in these versions
1 parent f904736 commit 7ea79e7

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')
1213
);
1314

1415
vault_exists = (

0 commit comments

Comments
 (0)