8000 disable vault · sorokinvld/postgres@e6ebd28 · GitHub
[go: up one dir, main page]

Skip to content

Commit e6ebd28

Browse files
committed
disable vault
1 parent be8edc1 commit e6ebd28

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

ansible/tasks/setup-extensions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@
6464
- name: Install auto_explain
6565
import_tasks: tasks/postgres-extensions/21-auto_explain.yml
6666

67-
- name: Install vault
68-
import_tasks: tasks/postgres-extensions/23-vault.yml
67+
# - name: Install vault
68+
# import_tasks: tasks/postgres-extensions/23-vault.yml
6969

7070
- name: Install PGroonga
7171
import_tasks: tasks/postgres-extensions/24-pgroonga.yml

ebssurrogate/files/unit-tests/unit-test-01.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ SELECT extensions_are(
1212
'pgcrypto',
1313
'pgjwt',
1414
'uuid-ossp',
15-
'supabase_vault'
1615
]
1716
);
1817

migrations/db/migrations/20221207154255_create_pgsodium_and_vault.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ grant pgsodium_keyiduser to postgres with admin option;
66
grant pgsodium_keyholder to postgres with admin option;
77
grant pgsodium_keymaker to postgres with admin option;
88

9-
create extension if not exists supabase_vault;
9+
-- create extension if not exists supabase_vault;
1010

1111
-- migrate:down

migrations/tests/database/exists.sql

< 6590 div class="d-flex flex-items-center gap-1 pl-1">Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ SELECT schemas_are(ARRAY[
66
'graphql',
77
'graphql_public',
88
'realtime',
9-
'storage',
10-
'vault'
9+
'storage'
1110
]);

0 commit comments

Comments
 (0)
0