Delete 004-chirpstack_as_hstore.sh

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

View File

@ -1,6 +0,0 @@
#!/bin/bash
set -e
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname="chirpstack_as" <<-EOSQL
create extension hstore;
EOSQL