Adds separate fixture file with commands to create test database

This commit is contained in:
Diogo Biazus
2015-12-08 00:00:00 -05:00
parent c1c44aae05
commit 027bbc6074
+2
View File
@@ -0,0 +1,2 @@
DROP DATABASE IF EXISTS postgrest_test;
CREATE DATABASE postgrest_test;