Skip to content

Commit

Permalink
fix: missing comma delimiter for Postgres index fields (#3741)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromli committed Jan 31, 2023
1 parent 58693c5 commit 1a2d298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jans-linux-setup/jans_setup/static/rdbm/pgsql_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"personInum",
"jansApp",
"jansPublicKeyId",
"jansPublicKeyIdHash"
"jansPublicKeyIdHash",
"jansCodeChallenge",
"jansCodeChallengeHash"
],
Expand Down

0 comments on commit 1a2d298

Please sign in to comment.