Sha256: 3df9726c8a06c9e83b4e534854c77ca3c7fc90668592588fb6a7139c43d10b8f

Contents?: true

Size: 192 Bytes

Versions: 38

Compression:

Stored size: 192 Bytes

Contents

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

Version data entries

38 entries across 38 versions & 1 rubygems

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