Skip to content

Commit

Permalink
update bulkrax to fix migration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
orangewolf committed Dec 3, 2024
1 parent 64aa88d commit ad70cf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ GIT

GIT
remote: https://github.com/samvera/bulkrax.git
revision: 0e1aefaf00d19a616f86c0de03147c0cbbfee472
revision: a94e796883ced0bcd9b5b0478022d128ae073627
branch: faster_entries_list
specs:
bulkrax (8.3.0)
Expand Down
5 changes: 4 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema.define(version: 2024_09_16_182823) do
ActiveRecord::Schema.define(version: 2024_12_03_010707) do

# These are extensions that must be enabled in order to support this database
enable_extension "hstore"
Expand Down Expand Up @@ -177,6 +177,7 @@
t.string "importerexporter_type", default: "Bulkrax::Importer"
t.integer "import_attempts", default: 0
t.string "status_message", default: "Pending"
t.string "error_class"
t.index ["identifier", "importerexporter_id", "importerexporter_type"], name: "bulkrax_identifier_idx"
t.index ["importerexporter_id", "importerexporter_type"], name: "bulkrax_entries_importerexporter_idx"
t.index ["type"], name: "index_bulkrax_entries_on_type"
Expand Down Expand Up @@ -213,6 +214,7 @@
t.boolean "include_thumbnails", default: false
t.boolean "generated_metadata", default: false
t.string "status_message", default: "Pending"
t.string "error_class"
t.index ["user_id"], name: "index_bulkrax_exporters_on_user_id"
end

Expand Down Expand Up @@ -256,6 +258,7 @@
t.string "status_message", default: "Pending"
t.datetime "last_imported_at"
t.datetime "next_import_at"
t.string "error_class"
t.index ["user_id"], name: "index_bulkrax_importers_on_user_id"
end

Expand Down

0 comments on commit ad70cf1

Please sign in to comment.