Skip to content

Commit d51f847

Browse files
committed
add pgcrypto extension to test
1 parent 88e4454 commit d51f847

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/before_script_postgres.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ echo "[SCRIPT] Before Script :: Setup Parse DB for Postgres"
77
PGPASSWORD=postgres psql -v ON_ERROR_STOP=1 -h localhost -U postgres <<-EOSQL
88
CREATE DATABASE parse_server_postgres_adapter_test_database;
99
\c parse_server_postgres_adapter_test_database;
10+
CREATE EXTENSION pgcrypto;
1011
CREATE EXTENSION postgis;
1112
CREATE EXTENSION postgis_topology;
1213
EOSQL

0 commit comments

Comments
 (0)