Sha256: c3b7645731c537fa26b43991b8a8cfbcd3f3a70fb02737c89b1628563993b4b0
Contents?: true
Size: 295 Bytes
Versions: 15
Compression:
Stored size: 295 Bytes
Contents
require_relative '../../utils/migration' module Inferno module CLI class Migration def run(log_level = Logger::DEBUG) Inferno::Application.start(:logging) Inferno::Application['logger'].level = log_level Utils::Migration.new.run end end end end
Version data entries
15 entries across 15 versions & 1 rubygems