diff --git a/Gemfile.lock b/Gemfile.lock index d521b859..7637db0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/db/schema.rb b/db/schema.rb index 171d80c5..56c7fe30 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_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" @@ -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" @@ -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 @@ -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