Sha256: d984924348ab2972a85f4fd9fb3309606ae482b2cc74a53cc8b3e0167f0d24c0

Contents?: true

Size: 294 Bytes

Versions: 255

Compression:

Stored size: 294 Bytes

Contents

class Jets::Commands::Dynamodb::Migrate < Jets::Commands::Base
  desc "down", "Runs migrations down"
  # desc "migrate:down [path]", "Runs migrations down"
  # long_desc Help.migrate
  def down#(path)
    # Migrate.new(path, options).run
    puts "Jets::Commands::Dynamodb::Down ran"
  end
end

Version data entries

255 entries across 255 versions & 4 rubygems

Version Path
jets-4.0.12 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.11 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.10 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.9 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.8 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.7 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.6 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.5 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.4 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.3 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.2 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.1 lib/jets/commands/dynamodb/migrate.rb
jets-4.0.0 lib/jets/commands/dynamodb/migrate.rb
jets-3.2.2 lib/jets/commands/dynamodb/migrate.rb
jets-3.2.1 lib/jets/commands/dynamodb/migrate.rb
jets.benforeva-3.0.17.pre.mount.pre.fix lib/jets/commands/dynamodb/migrate.rb
jets-3.2.0 lib/jets/commands/dynamodb/migrate.rb
jets-3.1.5 lib/jets/commands/dynamodb/migrate.rb
jets-3.1.4 lib/jets/commands/dynamodb/migrate.rb
jets-3.1.3 lib/jets/commands/dynamodb/migrate.rb