Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ development:
password: <%= ENV['WS_OSM_DB_PASS'] %>
database: <%= ENV['WS_OSM_DB_NAME'] %>
encoding: utf8
schema_search_path: 'public'

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/apartment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
#
# config.persistent_schemas = %w{ hstore }
# Ensure postgis is always in the search path, so that we can use PostGIS functions in our queries
config.persistent_schemas = %w{ public, shared_extensions }
# config.persistent_schemas = %w{ public, shared_extensions }

# <== PostgreSQL only options
#
Expand Down
Loading