Project

General

Profile

Download (166 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveSettingEnableOrchestration < ActiveRecord::Migration[6.0]
def up
Setting.where(:name => 'enable_orchestration_on_fact_import').delete_all
end
end
(340-340/386)