Sha256: e889186f58e17a88ddb8d267ab649870e956bde6829353efb14b5b8b2db8feb3

Contents?: true

Size: 173 Bytes

Versions: 32

Compression:

Stored size: 173 Bytes

Contents

class AddTypesToSearches < ActiveRecord::Migration
  def change
    add_column :searches, :person_type, :string
    add_column :searches, :person_subtype, :string
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.10 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.9 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.8 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.7 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.6 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.5 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.4 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.3 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.2 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre.1 db/migrate/20130612183117_add_types_to_searches.rb
artfully_ose-1.2.0.pre db/migrate/20130612183117_add_types_to_searches.rb