We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8fa1fe + e1010d2 commit b747d7eCopy full SHA for b747d7e
1 file changed
config/initializers/apartment.rb
@@ -110,6 +110,8 @@
110
# Any schemas added here will be available along with your selected Tenant.
111
#
112
# 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 }
115
116
# <== PostgreSQL only options
117
0 commit comments