Skip to content

Commit b747d7e

Browse files
authored
Merge pull request #58 from TaskarCenterAtUW/feature-run-postgis
Update apartment.rb
2 parents a8fa1fe + e1010d2 commit b747d7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/initializers/apartment.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@
110110
# Any schemas added here will be available along with your selected Tenant.
111111
#
112112
# config.persistent_schemas = %w{ hstore }
113+
# Ensure postgis is always in the search path, so that we can use PostGIS functions in our queries
114+
config.persistent_schemas = %w{ postgis }
113115

114116
# <== PostgreSQL only options
115117
#

0 commit comments

Comments
 (0)