Skip to content

Commit dc27c4b

Browse files
authored
Merge pull request #63 from TaskarCenterAtUW/feature-run-postgis
Reverting extra changes
2 parents 1ffc1a4 + 7caa95d commit dc27c4b

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

config/database.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ development:
77
password: <%= ENV['WS_OSM_DB_PASS'] %>
88
database: <%= ENV['WS_OSM_DB_NAME'] %>
99
encoding: utf8
10-
schema_search_path: 'public'
1110

1211
# Warning: The database defined as 'test' will be erased and
1312
# re-generated from your development database when you run 'rake'.

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{ public, shared_extensions }
114+
# config.persistent_schemas = %w{ public, shared_extensions }
115115

116116
# <== PostgreSQL only options
117117
#

0 commit comments

Comments
 (0)