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-3.0.3 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.2 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.rc6 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.rc5 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.rc4 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.rc3 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.rc2 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.rc1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.10 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.9 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.8 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.7 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.6 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.5 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.4 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.3 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.2 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-3.0.0.alpha.1 db/migrate/20151215192845_add_index_status_to_resources.rb