Sha256: 8ddef32d0062ab932886354647d8a4f98b2536f6254a1220a05a6650b43bc158

Contents?: true

Size: 213 Bytes

Versions: 2

Compression:

Stored size: 213 Bytes

Contents

class CreateNodes < ActiveRecord::Migration
  def change
    create_table :nodes do |t|
      t.string   :name
      t.string   :status
      t.integer  :no_of_reports
      t.datetime :last_run
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
puppet-herald-0.1.1 db/migrate/20141211165540_create_nodes.rb
puppet-herald-0.1.0 db/migrate/20141211165540_create_nodes.rb