From 822aa1ee0267b1eb8d9ba21467e10f73c0520be4 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 fa2eee611..8255633b4 100644 --- a/app/config/schema/schema.json +++ b/app/config/schema/schema.json @@ -779,7 +779,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": {},