Sha256: fde6aeceb6fd51224f66f909d837a7865e27e0be4ee999414864c9049873c714

Contents?: true

Size: 268 Bytes

Versions: 4

Compression:

Stored size: 268 Bytes

Contents

command 'db:migrate' do

  description 'Migrates the supplied database using the migration files in the specified directory'
  Rack::App::SeQueL::Runner.setup_command(self)

  action do
    exit(Rack::App::SeQueL::Runner.new(options, migration_config).run)
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rack-app-sequel-0.6.1 lib/rack/app/sequel/migration/cli/migrate.rb
rack-app-sequel-0.6.0 lib/rack/app/sequel/migration/cli/migrate.rb
rack-app-sequel-0.5.0 lib/rack/app/sequel/migration/cli/migrate.rb
rack-app-sequel-0.4.0 lib/rack/app/sequel/migration/cli/migrate.rb