Sha256: f8dfff6f8d2c1d9c007d3b82f31febdff122fc3bbf342e9192543129981e25a7

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

class CreateDelayedWorkers < ActiveRecord::Migration[<%= ActiveRecord::VERSION::MAJOR %>.<%= ActiveRecord::VERSION::MINOR %>]

  def change
    create_table(:delayed_workers) do |t|
      t.string :name
      t.string :version
      t.datetime :last_heartbeat_at
      t.string :host_name
      t.string :label
    end
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
delayed_job_heartbeat_plugin-0.6.0 lib/generators/delayed_job_heartbeat_plugin/templates/migration.erb
delayed_job_heartbeat_plugin-0.5.0 lib/generators/delayed_job_heartbeat_plugin/templates/migration.erb
delayed_job_heartbeat_plugin-0.4.0 lib/generators/delayed_job_heartbeat_plugin/templates/migration.erb