Enable hstore extension.
This commit is contained in:
parent
6f57650992
commit
657875b740
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
set -e
|
||||||
|
|
||||||
|
psql -v ON_ERROR_STOP=1 --username "$POSTGRES_USER" --dbname="loraserver_as" <<-EOSQL
|
||||||
|
create extension hstore;
|
||||||
|
EOSQL
|
Loading…
Reference in New Issue
Block a user