create extensions in the correct database
This commit is contained in:
parent
a64781578a
commit
438befe863
|
@ -16,8 +16,8 @@ addons:
|
|||
- postgresql-10-postgis-2.5
|
||||
|
||||
before_script:
|
||||
- psql -U postgres -c "CREATE EXTENSION postgis"
|
||||
- psql -U postgres -c "CREATE EXTENSION btree_gist"
|
||||
- psql -U postgres -c "CREATE EXTENSION postgis" bornhack
|
||||
- psql -U postgres -c "CREATE EXTENSION btree_gist" bornhack
|
||||
- psql -U postgres -c "CREATE ROLE bornhack WITH SUPERUSER LOGIN PASSWORD 'bornhack';"
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue