Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
EOLE
Zéphir
Services
PostgreSQL
Commits
7dcb5e4e
Commit
7dcb5e4e
authored
Jan 28, 2019
by
Matthieu Lamalle
Browse files
Migration to Gitlab
parent
951e8d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-entrypoint-initdb.d/01-hstore.sh
0 → 100644
View file @
7dcb5e4e
set
-e
psql
-v
ON_ERROR_STOP
=
1
--username
"
$POSTGRES_USER
"
-d
template1
<<-
EOSQL
create extension hstore;
EOSQL
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment