Skip to content

Commit

Permalink
fix: set 255 for length of gluuSAMLspMetaDataURL (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Sep 4, 2023
1 parent 520692c commit 7fcc426
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/rdbm/sql_data_types.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,5 +906,15 @@
"size": 255,
"type": "STRING"
}
},
"gluuSAMLspMetaDataURL": {
"mysql": {
"size": 255,
"type": "VARCHAR"
},
"spanner": {
"size": 255,
"type": "STRING"
}
}
}

0 comments on commit 7fcc426

Please sign in to comment.