Skip to content

Commit

Permalink
Add the creation of the postgres table
Browse files Browse the repository at this point in the history
  • Loading branch information
Maria Lorena Rodriguez Viruel authored and Maria Lorena Rodriguez Viruel committed Nov 15, 2023
1 parent 498f6ab commit 585e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ echo Setting up defaults
psql -h localhost -p 5432 -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
CREATE USER $DBT_POSTGRES_USER WITH PASSWORD '$DBT_POSTGRES_PASSWORD';
CREATE SCHEMA IF NOT EXISTS $DBT_POSTGRES_SCHEMA AUTHORIZATION $DBT_POSTGRES_USER;
CREATE SCHEMA IF NOT EXISTS $POSTGRES_SCHEMA AUTHORIZATION $DBT_POSTGRES_USER;
EOSQL

0 comments on commit 585e240

Please sign in to comment.