Skip to content

Commit

Permalink
upgrade postgis
Browse files Browse the repository at this point in the history
  • Loading branch information
jperelli committed Jun 27, 2024
1 parent b758b4c commit d33d82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,4 +476,4 @@ def gettext_noop(s):

# This is to stop the engine doing a SELECT postgis_version() on every request
# remember to change the version when upgrading postgis
POSTGIS_VERSION = (3, 0, 0, )
POSTGIS_VERSION = (3, 4, 2, )

0 comments on commit d33d82a

Please sign in to comment.