chatai/postgres_15.8.1.044/migrations/tests/database/exists.sql

9 lines
218 B
SQL

SELECT has_schema('public');
SELECT has_schema('auth');
SELECT has_schema('extensions');
SELECT has_schema('graphql');
SELECT has_schema('graphql_public');
SELECT has_schema('realtime');
SELECT has_schema('storage');