Skip to content

Commit

Permalink
source key size must not exceed 1022
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis Igoumenos committed Oct 24, 2023
1 parent 224c5df commit c1f09dd
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 @@ -650,7 +650,7 @@
"columns": {
"id": {},
"external_identity_source_id": { "type": "integer", "foreignkey": { "table": "external_identity_sources", "column": "id" }, "notnull": true },
"source_key": { "type": "string", "size": 1024 },
"source_key": { "type": "string", "size": 1022 },
"source_record": { "type": "text" },
"last_update": { "type": "datetime" },
"external_identity_id": {},
Expand Down

0 comments on commit c1f09dd

Please sign in to comment.