Sha256: e42d4882a186edd68448a82c699447d597532b2722659964341a645ce6c8fa72

Contents?: true

Size: 197 Bytes

Versions: 112

Compression:

Stored size: 197 Bytes

Contents

class AddIndexStatusToResources < ActiveRecord::Migration[4.2]
  def change
    add_column :spotlight_resources, :index_status, :integer
    add_index :spotlight_resources, :index_status
  end
end

Version data entries

112 entries across 112 versions & 1 rubygems

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