Sha256: 6b958c5af8e5b60e68e8ed0351240df0a52dcaee61ffec0637348ec1eee46e26

Contents?: true

Size: 320 Bytes

Versions: 35

Compression:

Stored size: 320 Bytes

Contents

#
# This should have originally been in the engine but somehow ended up in core
# This migration is named the same as the core migration so core skips it
#
class AddLifetimeDonationsToPeopleAndSearches < ActiveRecord::Migration
  def change
    add_column :people, :lifetime_donations, :integer, :default => 0
  end
end

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.10 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.9 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.8 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.7 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.6 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.5 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.4 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.3 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.2 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre.1 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.2.0.pre db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.1.0 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.1.0.rc2 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb
artfully_ose-1.1.0.rc1 db/migrate/20130326173653_add_lifetime_donations_to_people_and_searches.rb