diff --git a/init.sh b/init.sh index 5666214..8227f07 100644 --- a/init.sh +++ b/init.sh @@ -7,10 +7,10 @@ createdb oedb psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS postgis;" psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS postgis_topology;" -psql -U postgres -d oedb -c " CREATE EXTENSION IF NOT EXISTS hstore;" +psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS hstore;" psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS pg_trgm;" psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS postgis;" psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS postgis_topology;" -psql -U postgres -d oep_django -c " CREATE EXTENSION IF NOT EXISTS hstore;" +psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS hstore;" psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS pg_trgm;"