Adds separate fixture file with commands to create test database
This commit is contained in:
Vendored
+2
@@ -0,0 +1,2 @@
|
|||||||
|
DROP DATABASE IF EXISTS postgrest_test;
|
||||||
|
CREATE DATABASE postgrest_test;
|
||||||
Reference in New Issue
Block a user