test: Reorganize test/ folder into one subdirectory for each test type
This commit is contained in:
committed by
Steve Chavez
parent
9378de558f
commit
685acccf6d
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
CREATE EXTENSION IF NOT EXISTS pgcrypto;
|
||||
ALTER DATABASE :DBNAME SET request.jwt.claim.id = '-1';
|
||||
|
||||
set client_min_messages to warning;
|
||||
DROP SCHEMA IF EXISTS test, private, postgrest, jwt, public, تست, extensions, v1, v2 CASCADE;
|
||||
DROP TYPE IF EXISTS jwt_token CASCADE;
|
||||
Reference in New Issue
Block a user