Skip to content

Commit

Permalink
Update Bulkrax for Embargo/Lease import support
Browse files Browse the repository at this point in the history
Contribute bulkrax x embargo back to hyku

ref:
- samvera/bulkrax@855ce39

Issue:
- scientist-softserv/palni-palci#1008
  • Loading branch information
ShanaLMoore committed Apr 22, 2024
1 parent 08c2d48 commit 7bab12c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ GIT

GIT
remote: https://github.com/samvera/bulkrax.git
revision: 1048453a4d99a6fba4b10531c2dc3a67a51c4c50
revision: bf7bc5ca422ca3d8961607d4eb558fce55517e90
branch: main
specs:
bulkrax (8.0.0)
Expand Down
3 changes: 2 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_02_29_234258) do
ActiveRecord::Schema.define(version: 2024_03_07_053156) do

# These are extensions that must be enabled in order to support this database
enable_extension "hstore"
Expand Down Expand Up @@ -550,6 +550,7 @@
t.datetime "updated_at", null: false
t.string "internal_resource"
t.integer "lock_version"
t.index "(((metadata -> 'bulkrax_identifier'::text) ->> 0))", name: "index_on_bulkrax_identifier", where: "((metadata -> 'bulkrax_identifier'::text) IS NOT NULL)"
t.index ["internal_resource"], name: "index_orm_resources_on_internal_resource"
t.index ["metadata"], name: "index_orm_resources_on_metadata", using: :gin
t.index ["metadata"], name: "index_orm_resources_on_metadata_jsonb_path_ops", opclass: :jsonb_path_ops, using: :gin
Expand Down

0 comments on commit 7bab12c

Please sign in to comment.