Class: Ardb::CLI::MigrateCommand
- Inherits:
-
Object
- Object
- Ardb::CLI::MigrateCommand
- Includes:
- MigrateCommandBehaviors
- Defined in:
- lib/ardb/cli/commands.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.command_name ⇒ Object
210 |
# File 'lib/ardb/cli/commands.rb', line 210 def self.command_name; "migrate"; end |
.command_summary ⇒ Object
211 |
# File 'lib/ardb/cli/commands.rb', line 211 def self.command_summary; "Migrate the configured DB"; end |