Show fullname on issue edits and gpg/ssh signing info (#18828)

Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
Wim
2022-02-20 21:47:17 +00:00
committed by GitHub
co-authored by zeripath
parent db4c7dcf15
commit 36148ed083
4 changed files with 16 additions and 6 deletions
+3 -2
View File
@@ -43,8 +43,9 @@ func TestContentHistory(t *testing.T) {
when the refactor of models are done, this test will be possible to be run then with a real `User` model.
*/
type User struct {
ID int64
Name string
ID int64
Name string
FullName string
}
_ = dbEngine.Sync2(&User{})