Sha256: a723ed5f81b85306cb72a92a04301c0e576b1f098370394b3fe929184a1603de

Contents?: true

Size: 328 Bytes

Versions: 104

Compression:

Stored size: 328 Bytes

Contents

class AddFieldTypeToCustomFields < ActiveRecord::Migration[4.2]
  def up
    add_column :spotlight_custom_fields, :field_type, :string

    Spotlight::CustomField.reset_column_information
    Spotlight::CustomField.update_all field_type: 'text'
  end
  def down
    remove_column :spotlight_custom_fields, :field_type
  end
end

Version data entries

104 entries across 104 versions & 1 rubygems

Version Path
blacklight-spotlight-3.0.0.alpha.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.13.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.12.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.12.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.11.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.10.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.9.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.8.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.7.2 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.7.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.7.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.6.1.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.6.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.6.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.5.2 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.5.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.5.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.4.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.4.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-2.3.3 db/migrate/20150313175432_add_field_type_to_custom_fields.rb