Sha256: 63f76c91b0358c8f5c320f3d953e6c8559368fad6e9558067a0906e51282e116
Contents?: true
Size: 380 Bytes
Versions: 3
Compression:
Stored size: 380 Bytes
Contents
# Migration class CreateReports < ActiveRecord::Migration # Migration def change create_table :reports do |t| t.string :status t.string :environment t.string :transaction_uuid t.string :configuration_version t.string :puppet_version t.string :kind t.string :host t.datetime :time t.references :node end end end
Version data entries
3 entries across 3 versions & 1 rubygems