Files
postgrest/test/fixtures/database.sql
T

3 lines
72 B
SQL

DROP DATABASE IF EXISTS postgrest_test;
CREATE DATABASE postgrest_test;