Sha256: 6f704c08eaafdad26398575081c30a2f007a0b09e7ff258f5281c766e0d289d3
Contents?: true
Size: 129 Bytes
Versions: 28
Compression:
Stored size: 129 Bytes
Contents
class AddNewRelicIdToProjects < ActiveRecord::Migration def change add_column :projects, :new_relic_id, :integer end end
Version data entries
28 entries across 28 versions & 1 rubygems