Refactors tests to use new fixtures and remove some haskell functions that wont be necessary anymore
This commit is contained in:
Vendored
+3
-1
@@ -1,2 +1,4 @@
|
||||
DROP DATABASE IF EXISTS postgrest_test;
|
||||
CREATE DATABASE postgrest_test;
|
||||
DROP ROLE IF EXISTS postgrest_test;
|
||||
CREATE USER postgrest_test createdb createrole;
|
||||
CREATE DATABASE postgrest_test OWNER postgrest_test;
|
||||
|
||||
Reference in New Issue
Block a user