Skip to content

Commit 62d92a0

Browse files
committed
chore: include test for pgbouncer schema
1 parent 6b7c966 commit 62d92a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/tests/database/exists.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11

22
SELECT has_schema('public');
33
SELECT has_schema('auth');
4+
SELECT has_schema('pgbouncer');
45
SELECT has_schema('extensions');
56
SELECT has_schema('graphql');
67
SELECT has_schema('graphql_public');

0 commit comments

Comments
 (0)