Sha256: 170efbc17d02479ca128bd03568b1b68927a2e16094b8a61dcba3ddadacafe64

Contents?: true

Size: 144 Bytes

Versions: 12

Compression:

Stored size: 144 Bytes

Contents

class AddPassTypeIdToSearch < ActiveRecord::Migration
  def change
    add_column :searches, :pass_type_id, :integer, :default => nil
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
artfully_ose-1.3.0.pre4 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.3.0.pre3 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.3.0.pre2 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.3.0.pre1 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0.beta.1 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0.alpha.2 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0.alpha.1 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0.pre.27 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0.pre.26 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0.pre.24 db/migrate/20140328192612_add_pass_type_id_to_search.rb
artfully_ose-1.2.0.pre.23 db/migrate/20140328192612_add_pass_type_id_to_search.rb