Sha256: e42d4882a186edd68448a82c699447d597532b2722659964341a645ce6c8fa72

Contents?: true

Size: 197 Bytes

Versions: 103

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

103 entries across 103 versions & 1 rubygems

Version Path
blacklight-spotlight-1.0.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.0.0.alpha2 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.0.0.alpha1 db/migrate/20151215192845_add_index_status_to_resources.rb