Skip to content

Commit

Permalink
Merge pull request #144 from JanssenProject/fix_fido2_sizes
Browse files Browse the repository at this point in the history
fix: fix U2F field sizes
  • Loading branch information
yuriyz committed Jan 4, 2022
2 parents e1b3e42 + 7a4efd4 commit 1d06f6e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,11 +443,11 @@
},
"jansDeviceKeyHandle": {
"mysql": {
"size": 96,
"size": 128,
"type": "VARCHAR"
},
"spanner": {
"size": 96,
"size": 128,
"type": "STRING"
}
},
Expand Down Expand Up @@ -1022,5 +1022,16 @@
"size": 256,
"type": "STRING"
}
},
"jansReq": {
"mysql": {
"type": "TEXT"
},
"pgsql": {
"type": "TEXT"
},
"spanner": {
"type": "STRING(MAX)"
}
}
}

0 comments on commit 1d06f6e

Please sign in to comment.