Skip to content

Commit

Permalink
Loaded the required extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
mbakli committed Oct 8, 2023
1 parent 4c72691 commit d917bf2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/initdb-mobilitydb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ set -e
echo "Loading MobilityDB extension into mobilitydb"
psql --user="$POSTGRES_USER" --dbname="mobilitydb" <<- 'EOSQL'
CREATE EXTENSION IF NOT EXISTS mobilitydb CASCADE;
create extension pgrouting;
create extension hstore;
EOSQL

0 comments on commit d917bf2

Please sign in to comment.