Skip to content

Commit

Permalink
Fix user bound by app extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
frbattid committed Nov 21, 2024
1 parent 414f13b commit a0a2357
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"kind": "uuid"
}},"doc": "Identifier for a consent", "x-fp-unique-constraints": [1] },
{ "name": "user_id", "type": { "type": "string", "x-fp-user-id": true, "arg.properties": {
"iteration": { "start": "0" },
"iteration": { "start": "999999" },
"hashed": true
}}, "doc": "The user_id to which the consent applies" },
{ "name": "legal_entity_id", "type": { "type": "string", "arg.properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"kind": "uuid"
}},"doc": "Identifier for a consent", "x-fp-unique-constraints": [1] },
{ "name": "user_id", "type": { "type": "string", "x-fp-user-id": true, "arg.properties": {
"iteration": { "start": "0" },
"iteration": { "start": "2999999" },
"hashed": true
}}, "doc": "The user_id to which the consent applies" },
{ "name": "legal_entity_id", "type": { "type": "string", "arg.properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"kind": "uuid"
}},"doc": "Identifier for a consent", "x-fp-unique-constraints": [1] },
{ "name": "user_id", "type": { "type": "string", "x-fp-user-id": true, "arg.properties": {
"iteration": { "start": "0" },
"iteration": { "start": "5999999" },
"hashed": true
}}, "doc": "The user_id to which the consent applies" },
{ "name": "legal_entity_id", "type": { "type": "string", "arg.properties": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"kind": "uuid"
}},"doc": "Identifier for a consent", "x-fp-unique-constraints": [1] },
{ "name": "user_id", "type": { "type": "string", "x-fp-user-id": true, "arg.properties": {
"iteration": { "start": "0" },
"iteration": { "start": "9999999" },
"hashed": true
}}, "doc": "The user_id to which the consent applies" },
{ "name": "legal_entity_id", "type": { "type": "string", "arg.properties": {
Expand Down

0 comments on commit a0a2357

Please sign in to comment.