Chatwoot/lib/tasks/db_enhancements.rake

6 lines
188 B
Ruby
Raw Normal View History

# We are hooking config loader to run automatically everytime migration is executed
Rake::Task['db:migrate'].enhance do
puts 'Loading Installation config'
ConfigLoader.new.process
end