Sha256: b1bea9a835aec4e28d15d00431aee1eb7cbf1bdd1299b240eabe834fe55d026a

Contents?: true

Size: 234 Bytes

Versions: 3

Compression:

Stored size: 234 Bytes

Contents

# Migration
class CreateNodes < ActiveRecord::Migration
  # 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

3 entries across 3 versions & 1 rubygems

Version Path
puppet-herald-0.8.1 db/migrate/20141211165540_create_nodes.rb
puppet-herald-0.8.0 db/migrate/20141211165540_create_nodes.rb
puppet-herald-0.2.0 db/migrate/20141211165540_create_nodes.rb