4 lines
110 B
Ruby
4 lines
110 B
Ruby
# frozen_string_literal: true
|
|
|
|
ActiveRecord::Tasks::DatabaseTasks.migrate if ENV['RAILS_ENV'] == 'production'
|