Sha256: 6c3a22e567898585df90c0581f1aed404cb2942c5ecb435641e1f690d001d98e

Contents?: true

Size: 277 Bytes

Versions: 65

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

65 entries across 65 versions & 1 rubygems

Version Path
blacklight-spotlight-3.5.0.3 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta6 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta5 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta4 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta3 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.5.0.2 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.5.0.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.5.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.4.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.4 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.3 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.2.2 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.2.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.2 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.4.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.3.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.2.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.1.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb