Skip to content

Commit

Permalink
Typo in init-db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
urubens committed Oct 3, 2019
1 parent 10621f0 commit 1b5f847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postgres/init-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ psql -v ON_ERROR_STOP=1 --username "docker" --dbname "docker" <<-EOSQL
CREATE EXTENSION IF NOT EXISTS ltree;
GRANT ALL ON geometry_columns TO PUBLIC;
GRANT ALL ON geography_columns TO PUBLIC;
GRANT ALL ON spatial_ref_sys TO PUBLIC;"
GRANT ALL ON geography_columns TO PUBLIC;
GRANT ALL ON spatial_ref_sys TO PUBLIC;
EOSQL

0 comments on commit 1b5f847

Please sign in to comment.