Sha256: d25f8b27ddff63d4bbede188550d00cc6c3cf08d7a0af38d3fac4cc37cade0f3

Contents?: true

Size: 190 Bytes

Versions: 67

Compression:

Stored size: 190 Bytes

Contents

class AddIsMultipleToCustomFields < ActiveRecord::Migration[5.1]
  def change
    change_table :spotlight_custom_fields do |t|
      t.boolean :is_multiple, default: false
    end
  end
end

Version data entries

67 entries across 67 versions & 1 rubygems

Version Path
blacklight-spotlight-2.13.0 db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb
blacklight-spotlight-2.12.1 db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb
blacklight-spotlight-2.12.0 db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb
blacklight-spotlight-2.11.0 db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb
blacklight-spotlight-2.10.0 db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb
blacklight-spotlight-2.9.0 db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb
blacklight-spotlight-2.8.0 db/migrate/20190813085432_add_is_multiple_to_custom_fields.rb