Skip to content

Commit 37bb809

Browse files
committed
update permissions
1 parent 9d47914 commit 37bb809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/postgres_setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
psql -U postgres -c "create extension postgis"
2+
psql -U postgres -c "create extension postgis"
33
psql -c 'DROP DATABASE IF EXISTS odm2test;' -U postgres;
44
psql -c 'create database odm2test;' -U postgres;
55
#psql -U postgres -d odm2test -a -f ./tests/schemas/postgresql/ODM2_for_PostgreSQL.sql

0 commit comments

Comments
 (0)