refs #6434 perf: new field in SignInLog table
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Javier Segarra 2023-11-29 19:36:30 +00:00
parent 46774b2e73
commit 1576ab992d
1 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,9 @@
"ip": {
"type": "string"
},
"userName": {
"type": "string"
},
"owner": {
"type": "boolean",
"required": true,