Improve initdb script

This commit is contained in:
PululuK 2021-04-24 19:01:31 +02:00 committed by GitHub
parent 310137a7a7
commit 5f3fffc1b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,4 +3,5 @@ set -e
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname="chirpstack_as" <<-EOSQL
create extension pg_trgm;
create extension hstore;
EOSQL