Commit 692325d63848528c99dc64d40d53e27fc6bd3caa
1 parent
cff8cccd
Exists in
master
and in
29 other branches
Changing case from message
(ActionItem1958)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/tasks/multitenancy.rake
... | ... | @@ -21,7 +21,7 @@ namespace :multitenancy do |
21 | 21 | |
22 | 22 | db_envs = ActiveRecord::Base.configurations.keys.select{ |k| k.match(/_#{RAILS_ENV}$/) } |
23 | 23 | db_envs.each do |e| |
24 | - puts "REBUILDING INDEX FOR ENVIRONMENT #{e}" | |
24 | + puts "Rebuilding index for environment #{e}" | |
25 | 25 | ActiveRecord::Base.connection.schema_search_path = ActiveRecord::Base.configurations[e]['schema_search_path'] |
26 | 26 | $solr_indexed_models.each do |m| |
27 | 27 | puts "Rebuilding index for model #{m}" | ... | ... |