Files
postgrest/test/io/fixtures/load.sql
T
Taimoor Zaeem 3decedce1e test(io): refactor SQL fixtures
- Move privileges and grants to privileges.sql
- Move schema, tables and functions to schema.sql
- Move global database settings to database.sql

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
2026-06-04 15:23:43 +05:00

10 lines
151 B
SQL

-- Load all IO tests fixtures for PostgREST
\set ON_ERROR_STOP on
\ir database.sql
\ir db_config.sql
\ir roles.sql
\ir schema.sql
\ir privileges.sql