File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ createdb oedb
77
88psql -U postgres -d oedb -c " CREATE EXTENSION IF NOT EXISTS postgis;"
99psql -U postgres -d oedb -c " CREATE EXTENSION IF NOT EXISTS postgis_topology;"
10- psql -U postgres -d oedb -c " CREATE EXTENSION IF NOT EXISTS hstore;"
10+ psql -U postgres -d oedb -c " CREATE EXTENSION IF NOT EXISTS hstore;"
1111psql -U postgres -d oedb -c " CREATE EXTENSION IF NOT EXISTS pg_trgm;"
1212
1313psql -U postgres -d oep_django -c " CREATE EXTENSION IF NOT EXISTS postgis;"
1414psql -U postgres -d oep_django -c " CREATE EXTENSION IF NOT EXISTS postgis_topology;"
15- psql -U postgres -d oep_django -c " CREATE EXTENSION IF NOT EXISTS hstore;"
15+ psql -U postgres -d oep_django -c " CREATE EXTENSION IF NOT EXISTS hstore;"
1616psql -U postgres -d oep_django -c " CREATE EXTENSION IF NOT EXISTS pg_trgm;"
You can’t perform that action at this time.
0 commit comments