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": {},