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-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
blacklight-spotlight-4.0.3 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.0.2 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.0.1 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-4.0.0 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta10 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta9 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta8 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.5.0.4 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb
blacklight-spotlight-3.6.0.beta7 db/migrate/20190910200927_create_spotlight_custom_search_fields.rb