Remove db setup from the Haskell test suite and include it in the test bash scripts.
12 lines
179 B
SQL
12 lines
179 B
SQL
-- Loads all fixtures for the PostgREST tests
|
|
|
|
\set ON_ERROR_STOP on
|
|
|
|
\ir database.sql
|
|
\ir roles.sql
|
|
\ir schema.sql
|
|
\ir jwt.sql
|
|
\ir jsonschema.sql
|
|
\ir privileges.sql
|
|
\ir data.sql
|