From b6b7205885867f79240a7491d903db0caaea3ef4 Mon Sep 17 00:00:00 2001 From: Jonas Huber Date: Mon, 8 Apr 2024 13:30:19 +0200 Subject: [PATCH] remove whitespace --- init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;"