Skip to content

Commit

Permalink
📝 [DOC] Fix changelog link
Browse files Browse the repository at this point in the history
  • Loading branch information
Chatewgne committed Jan 28, 2025
1 parent 23d205e commit 216f26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ CHANGELOG

This version uses pgRouting. You need to install this extension in your database before upgrading to this version. See :

https://geotrek.readthedocs.io/en/latest/install/upgrade.html#from-geotrek-admin-2-112-0
https://geotrek.readthedocs.io/en/latest/install/upgrade.html#from-geotrek-admin-2-113-0

**Warnings**

Expand Down
2 changes: 1 addition & 1 deletion geotrek/common/templates/common/sql/pre_20_extensions.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
CREATE EXTENSION IF NOT EXISTS "postgis";
CREATE EXTENSION IF NOT EXISTS "postgis_raster";
CREATE EXTENSION IF NOT EXISTS "pgrouting" CASCADE;
CREATE EXTENSION IF NOT EXISTS "pgrouting" CASCADE;

0 comments on commit 216f26c

Please sign in to comment.