Skip to content

Commit

Permalink
Merge pull request #2282 from samvera/update-bulkrax-for-valkrie-remo…
Browse files Browse the repository at this point in the history
…te-files

🧹 update bulkrax version
  • Loading branch information
ShanaLMoore authored Aug 14, 2024
2 parents 9ade0c1 + 2db1513 commit 835bb98
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 @@ -126,7 +126,7 @@ GIT

GIT
remote: https://github.com/samvera/bulkrax.git
revision: c58f8707905092dcbc410ed818230d4af165c24b
revision: 176b11a56348b6f8e21b9eaa1070569ebc8f7c71
branch: main
specs:
bulkrax (8.1.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_05_30_205142) do
ActiveRecord::Schema.define(version: 2024_08_06_161142) do

# These are extensions that must be enabled in order to support this database
enable_extension "hstore"
Expand Down Expand Up @@ -851,6 +851,7 @@
t.string "file_set_uri"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.string "filename"
t.index ["file_set_uri"], name: "index_uploaded_files_on_file_set_uri"
t.index ["user_id"], name: "index_uploaded_files_on_user_id"
end
Expand Down

0 comments on commit 835bb98

Please sign in to comment.