We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e4454 commit d51f847Copy full SHA for d51f847
scripts/before_script_postgres.sh
@@ -7,6 +7,7 @@ echo "[SCRIPT] Before Script :: Setup Parse DB for Postgres"
7
PGPASSWORD=postgres psql -v ON_ERROR_STOP=1 -h localhost -U postgres <<-EOSQL
8
CREATE DATABASE parse_server_postgres_adapter_test_database;
9
\c parse_server_postgres_adapter_test_database;
10
+ CREATE EXTENSION pgcrypto;
11
CREATE EXTENSION postgis;
12
CREATE EXTENSION postgis_topology;
13
EOSQL
0 commit comments