Skip to content

Commit 924ef0a

Browse files
committed
Update apartment.rb
1 parent e1010d2 commit 924ef0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/initializers/apartment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
#
112112
# config.persistent_schemas = %w{ hstore }
113113
# Ensure postgis is always in the search path, so that we can use PostGIS functions in our queries
114-
config.persistent_schemas = %w{ postgis }
114+
config.persistent_schemas = %w{ postgis, public }
115115

116116
# <== PostgreSQL only options
117117
#

0 commit comments

Comments
 (0)