From 7bab12ce3eaee7c1fee034a2a0bd2c7da7f633e8 Mon Sep 17 00:00:00 2001 From: Shana Moore Date: Mon, 22 Apr 2024 11:05:18 -0700 Subject: [PATCH] Update Bulkrax for Embargo/Lease import support Contribute bulkrax x embargo back to hyku ref: - https://github.com/samvera/bulkrax/commit/855ce39e805295377eda9a7c24645fbb0ee5617c Issue: - https://github.com/scientist-softserv/palni-palci/issues/1008 --- Gemfile.lock | 2 +- db/schema.rb | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ba48f5e8d..3bf5595ed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -125,7 +125,7 @@ GIT GIT remote: https://github.com/samvera/bulkrax.git - revision: 1048453a4d99a6fba4b10531c2dc3a67a51c4c50 + revision: bf7bc5ca422ca3d8961607d4eb558fce55517e90 branch: main specs: bulkrax (8.0.0) diff --git a/db/schema.rb b/db/schema.rb index 396b13e17..45e88e830 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -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" @@ -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