Sha256: 6c3a22e567898585df90c0581f1aed404cb2942c5ecb435641e1f690d001d98e

Contents?: true

Size: 277 Bytes

Versions: 74

Compression:

Stored size: 277 Bytes

Contents

class CreateSpotlightCustomSearchFields < ActiveRecord::Migration[5.1]
  def change
    create_table :spotlight_custom_search_fields do |t|
      t.string :slug
      t.string :field
      t.text :configuration
      t.references :exhibit

      t.timestamps
    end
  end
end

Version data entries

74 entries across 74 versions & 1 rubygems

Version Path
blacklight-spotlight-5.0.0.pre.alpha3 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-5.0.0.pre.alpha2 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-5.0.0.pre.alpha1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.7.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.7.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.6.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.6.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.5.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.4.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.3.6 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.3.5 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.3.4 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.3.3 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.3.2 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.3.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.3.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.2.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.1.2 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.1.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.1.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb