Skip to content

Commit f71c909

Browse files
committed
chore: add 3.1.9 jic
1 parent 7ea79e7 commit f71c909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrations/db/migrations/20221207154255_create_pgsodium_and_vault.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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')
12+
and default_version in ('3.1.6', '3.1.7', '3.1.8', '3.1.9')
1313
);
1414

1515
vault_exists = (

0 commit comments

Comments
 (0)