Skip to content

Commit

Permalink
Update bulkrax
Browse files Browse the repository at this point in the history
  • Loading branch information
laritakr committed Oct 7, 2024
1 parent 53c040c commit 4f657f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ GIT

GIT
remote: https://github.com/samvera/bulkrax.git
revision: 189b95c2fa463918be3a42c8a66539c0ab0983f0
revision: 92d6042dd54ba104cc35f8ade63bfd6cee708d11
branch: main
specs:
bulkrax (8.1.0)
bulkrax (8.2.0)
bagit (~> 0.4.6)
coderay
denormalize_fields
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_08_20_200440) do
ActiveRecord::Schema.define(version: 2024_09_16_182823) do

# These are extensions that must be enabled in order to support this database
enable_extension "hstore"
Expand Down Expand Up @@ -151,6 +151,8 @@
t.datetime "last_error_at"
t.datetime "last_succeeded_at"
t.string "status_message", default: "Pending"
t.datetime "last_imported_at"
t.datetime "next_import_at"
t.index ["user_id"], name: "index_bulkrax_importers_on_user_id"
end

Expand All @@ -161,6 +163,7 @@
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.integer "order", default: 0
t.string "status_message", default: "Pending"
t.index ["child_id"], name: "index_bulkrax_pending_relationships_on_child_id"
t.index ["importer_run_id"], name: "index_bulkrax_pending_relationships_on_importer_run_id"
t.index ["parent_id"], name: "index_bulkrax_pending_relationships_on_parent_id"
Expand Down

0 comments on commit 4f657f6

Please sign in to comment.