Skip to content

Commit

Permalink
Update postgis
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Sep 1, 2023
1 parent 693e324 commit d76da60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions compose/data/dump/initial.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ ALTER DATABASE api OWNER TO postgres;

CREATE EXTENSION IF NOT EXISTS postgis;

CREATE EXTENSION IF NOT EXISTS pgcrypto WITH SCHEMA public;
COMMENT ON EXTENSION pgcrypto IS 'cryptographic functions';


SET default_tablespace = '';
SET default_table_access_method = heap;

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:

db:
# To work with search by coordinates
image: postgis/postgis:12-3.4-alpine
image: postgis/postgis:15-3.4-alpine
env_file:
- .env
volumes:
Expand Down

0 comments on commit d76da60

Please sign in to comment.