Sha256: a723ed5f81b85306cb72a92a04301c0e576b1f098370394b3fe929184a1603de

Contents?: true

Size: 328 Bytes

Versions: 110

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

110 entries across 110 versions & 1 rubygems

Version Path
blacklight-spotlight-4.0.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-4.0.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta10 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta9 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta8 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.5.0.4 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta7 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.5.0.3 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta6 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta5 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta4 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta3 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.6.0.beta1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.5.0.2 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.5.0.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.5.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.4.4.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.4.4 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.4.3 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-3.4.2.2 db/migrate/20150313175432_add_field_type_to_custom_fields.rb