From c5e9e389e75f90956f5dadbb48ad4b0c44ea58cf Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Fri, 24 Oct 2025 16:11:52 +0300 Subject: [PATCH] job_history_records record_key size should much the External Identity source_key --- app/config/schema/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/schema/schema.json b/app/config/schema/schema.json index ab1323074..152386c32 100644 --- a/app/config/schema/schema.json +++ b/app/config/schema/schema.json @@ -785,7 +785,7 @@ "columns": { "id": {}, "job_id": { "type": "integer", "foreignkey": { "table": "jobs", "column": "id" }}, - "record_key": { "type": "string", "size": 64 }, + "record_key": { "type": "string", "size": 512 }, "person_id": {}, "external_identity_id": {}, "comment": {},