Include pg_trgm in postgres vm install
This commit is contained in:
parent
728a064583
commit
b6e67e1f41
@ -88,7 +88,9 @@ su postgres -c "psql -c \"SELECT 1 FROM pg_database WHERE datname = 'vagrant';\"
|
|||||||
|
|
||||||
|
|
||||||
# Create extensions
|
# Create extensions
|
||||||
su vagrant -c "psql -c \"create extension postgis; create extension pgcrypto;\" "
|
su vagrant -c "psql -c \"create extension postgis;\" "
|
||||||
|
su vagrant -c "psql -c \"create extension pgcrypto;\" "
|
||||||
|
su vagrant -c "psql -c \"create extension pg_trgm;\" "
|
||||||
|
|
||||||
# Run all 'up' migrations to create tables, data types, indexes
|
# Run all 'up' migrations to create tables, data types, indexes
|
||||||
su vagrant -c "ls /vagrant/migrations/*.up.sql 2>/dev/null | while read -r migration; do psql < \$migration; done;"
|
su vagrant -c "ls /vagrant/migrations/*.up.sql 2>/dev/null | while read -r migration; do psql < \$migration; done;"
|
||||||
|
Loading…
Reference in New Issue
Block a user