Skip to content

Commit

Permalink
job_history_records record_key size should much the External Identity…
Browse files Browse the repository at this point in the history
… source_key
  • Loading branch information
Ioannis committed Oct 29, 2025
1 parent 89dad36 commit c5e9e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/schema/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {},
Expand Down

0 comments on commit c5e9e38

Please sign in to comment.