Give more detail about why the import failed

This commit is contained in:
Stanko K.R.
2026-02-11 13:47:21 +01:00
parent 03ed6df109
commit 37d7f5c569
11 changed files with 148 additions and 16 deletions
+2 -1
View File
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema[8.2].define(version: 2026_01_21_155752) do
ActiveRecord::Schema[8.2].define(version: 2026_02_11_122517) do
create_table "accesses", id: :uuid, force: :cascade do |t|
t.datetime "accessed_at"
t.uuid "account_id", null: false
@@ -42,6 +42,7 @@ ActiveRecord::Schema[8.2].define(version: 2026_01_21_155752) do
t.uuid "account_id"
t.datetime "completed_at"
t.datetime "created_at", null: false
t.string "failure_reason"
t.uuid "identity_id", null: false
t.string "status", limit: 255, default: "pending", null: false
t.datetime "updated_at", null: false