Class: Jun::CLI::Commands::DB::Migrate

Inherits:
Base show all
Defined in:
lib/jun/cli/commands/db/migrate.rb

Instance Method Summary collapse

Methods inherited from Base

command_name

Instance Method Details

#process(*args) ⇒ Object



8
9
10
# File 'lib/jun/cli/commands/db/migrate.rb', line 8

def process(*args)
  ActiveRecord::Migrator.new(direction: :up).call
end