Sha256: c9968108efbf4d27dc7856eee5653f0b96e0220d6404ec62ee488fa491b70cd0

Contents?: true

Size: 323 Bytes

Versions: 58

Compression:

Stored size: 323 Bytes

Contents

class AddFieldTypeToCustomFields < ActiveRecord::Migration
  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

58 entries across 58 versions & 1 rubygems

Version Path
blacklight-spotlight-0.34.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.34.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.33.3 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.33.2 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.33.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.33.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.32.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.31.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.30.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.29.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.29.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.28.3 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.28.2 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.28.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.28.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.27.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.26.1 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.26.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.25.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb
blacklight-spotlight-0.24.0 db/migrate/20150313175432_add_field_type_to_custom_fields.rb