Sha256: b80310cd5c3d86e68e7bc18cb7b89f60d98ec747a9f7403ae70163e54d94a166

Contents?: true

Size: 401 Bytes

Versions: 33

Compression:

Stored size: 401 Bytes

Contents

class CreateSpotlightExhibitFilters < ActiveRecord::Migration
  def change
    create_table :spotlight_filters do |t|
      t.string :field
      t.string :value
      t.references :exhibit, index: true

      t.timestamps null: false
    end

    reversible do |change|
      change.up do
        Spotlight::Exhibit.all.each { |exhibit| exhibit.send(:initialize_filter) }
      end
    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

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