mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-21 04:37:13 -04:00
finish all new user settings UI
This commit is contained in:
parent
c8d92fad30
commit
52ec80fa18
21 changed files with 295 additions and 283 deletions
|
@ -14,7 +14,7 @@ import (
|
|||
// AccessToken represents a personal access token.
|
||||
type AccessToken struct {
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
UID int64 `xorm:"uid INDEX"`
|
||||
UID int64 `xorm:"INDEX"`
|
||||
Name string
|
||||
Sha1 string `xorm:"UNIQUE VARCHAR(40)"`
|
||||
Created time.Time `xorm:"CREATED"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue