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-2.3.1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.3.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.2.1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.2.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.1.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.2 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.0.rc6 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.0.rc5 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.0.rc4 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.0.rc3 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.0.rc2 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-2.0.0.rc1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.5.1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.4.1 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.4.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.3.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.2.0 db/migrate/20151215192845_add_index_status_to_resources.rb
blacklight-spotlight-1.1.0 db/migrate/20151215192845_add_index_status_to_resources.rb