Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Apr 8, 2024
1 parent 5f061ab commit b6b7205
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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;"

0 comments on commit b6b7205

Please sign in to comment.