Skip to content

Commit 1ffc1a4

Browse files
authored
Merge pull request #62 from TaskarCenterAtUW/feature-run-postgis
Update apartment.rb
2 parents 3d863b6 + 6792306 commit 1ffc1a4

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
@@ -131,7 +131,7 @@
131131
# items in the schema dump that should *not* have their namespace replaced by
132132
# the new tenant
133133
#
134-
# config.pg_excluded_names = ["uuid_generate_v4"]
134+
config.pg_excluded_names = ["geometry","geography","box2d","box3d"]
135135

136136
# Specifies whether the database and schema (when using PostgreSQL schemas) will prepend in ActiveRecord log.
137137
# Uncomment the line below if you want to enable this behavior.

0 commit comments

Comments
 (0)