Skip to content

Commit a8fa1fe

Browse files
authored
Merge pull request #57 from TaskarCenterAtUW/feature-run-postgis
Update apartment.rb
2 parents 1c1acd8 + 032922e commit a8fa1fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

config/initializers/apartment.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
# end
7474
#
7575
# Executed after the creation of a new Tenant. This is useful for creating extensions or running setup specific to a Tenant.
76-
config.before_create = lambda do |tenant_name|
77-
ActiveRecord::Base.connection.execute(<<-SQL)
78-
SELECT deploy_postgis();
79-
SQL
80-
end
76+
# config.before_create = lambda do |tenant_name|
77+
# ActiveRecord::Base.connection.execute(<<-SQL)
78+
# SELECT deploy_postgis();
79+
# SQL
80+
# end
8181

8282
config.tenant_names = lambda do
8383
ActiveRecord::Base.connection

0 commit comments

Comments
 (0)