Sha256: a7eeb696d6ae6f7c9c9363e0dff8d2b815d384b94281576ac5094e4d6ec790cb

Contents?: true

Size: 151 Bytes

Versions: 25

Compression:

Stored size: 151 Bytes

Contents

class AddPurchasedToSearches < ActiveRecord::Migration
  def change
    add_column :searches, :has_purchased_for, :boolean, :default => true
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.3.0.pre3 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.3.0.pre2 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.3.0.pre1 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.beta.1 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.27 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.26 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.24 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.23 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.21 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.20 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.19 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.18 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.17 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.16 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.15 db/migrate/20131011154027_add_purchased_to_searches.rb
artfully_ose-1.2.0.pre.12 db/migrate/20131011154027_add_purchased_to_searches.rb