Class: Helm::CLI::DB

Inherits:
Thor
  • Object
show all
Includes:
Helm::Commands::Database
Defined in:
lib/helm/cli.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



16
17
18
# File 'lib/helm/cli.rb', line 16

def update
  Migrate.new(Helm.config, options).execute
end