Skip to content
Snippets Groups Projects
Commit c10929a9 authored by Mario Wenzel's avatar Mario Wenzel
Browse files

Merge branch 'master' into dvdrental

parents ce8e0eeb b31642d2
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
set -e
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname "$POSTGRES_DB" <<-EOSQL
ALTER SYSTEM SET statement_timeout = 10000;
EOSQL
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment