Skip to content

Commit

Permalink
update to spotlight 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotjordan committed Oct 12, 2016
1 parent afc9274 commit 3b39a85
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ end

gem 'rubocop', '~> 0.41', '>= 0.41.2', require: false
gem 'blacklight', '6.3'
gem 'blacklight-spotlight', '0.27.0'
gem 'blacklight-spotlight', '0.28.0'
gem 'solr_wrapper'
gem 'rsolr', '~> 1.0.6'
gem 'devise'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ GEM
bootstrap-sass (~> 3.0)
rails
ruby-oembed
blacklight-spotlight (0.27.0)
blacklight-spotlight (0.28.0)
acts-as-taggable-on (>= 4.0.0.pre)
autoprefixer-rails
blacklight (~> 6.3)
Expand Down Expand Up @@ -531,7 +531,7 @@ DEPENDENCIES
blacklight (= 6.3)
blacklight-gallery (>= 0.3.0)
blacklight-oembed
blacklight-spotlight (= 0.27.0)
blacklight-spotlight (= 0.28.0)
byebug
capistrano-passenger
capistrano-rails
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This migration comes from spotlight (originally 20160816165432)
class AddIndexStatusToSolrDocumentSidecar < ActiveRecord::Migration
def change
add_column :spotlight_solr_document_sidecars, :index_status, :binary
end
end
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 20161012213607) do
ActiveRecord::Schema.define(version: 20161012214140) do

create_table "bookmarks", force: :cascade do |t|
t.integer "user_id", null: false
Expand Down Expand Up @@ -272,6 +272,7 @@
t.string "document_type"
t.integer "resource_id"
t.string "resource_type"
t.binary "index_status"
end

add_index "spotlight_solr_document_sidecars", ["exhibit_id"], name: "index_spotlight_solr_document_sidecars_on_exhibit_id"
Expand Down

0 comments on commit 3b39a85

Please sign in to comment.