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

Version Path
catarse_full-0.1.0 db/migrate/20130105123546_add_first_backers_to_projects.rb
catarse_full-0.0.6 db/migrate/20130105123546_add_first_backers_to_projects.rb
catarse_full-0.0.5 db/migrate/20130105123546_add_first_backers_to_projects.rb
catarse_full-0.0.4 db/migrate/20130105123546_add_first_backers_to_projects.rb
catarse_full-0.0.3 db/migrate/20130105123546_add_first_backers_to_projects.rb
catarse_full-0.0.2 db/migrate/20130105123546_add_first_backers_to_projects.rb
catarse_full-0.0.1 db/migrate/20130105123546_add_first_backers_to_projects.rb
catarse_core-1.0.0.beta db/migrate/20130105123546_add_first_backers_to_projects.rb