Sha256: 65cdfe92a5bda2de14b47e659b4c2fbfd4ced30bfd136da08ccdee07dd4e42f6

Contents?: true

Size: 406 Bytes

Versions: 104

Compression:

Stored size: 406 Bytes

Contents

class CreateSpotlightExhibitFilters < ActiveRecord::Migration[4.2]
  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

104 entries across 104 versions & 1 rubygems

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