Sha256: 1fa2155c854b5e82cd8f9f19eba74b8c013fd19b6a0aada6e982cf415e286621
Contents?: true
Size: 129 Bytes
Versions: 8
Compression:
Stored size: 129 Bytes
Contents
class AddFirstBackersToProjects < ActiveRecord::Migration def change add_column :projects, :first_backers, :text end end
Version data entries
8 entries across 8 versions & 2 rubygems