forked from forgejo/forgejo
Add create, list, view issue
This commit is contained in:
parent
b3cfd9fe0c
commit
59ffdbf6f8
11 changed files with 217 additions and 51 deletions
|
@ -80,7 +80,7 @@ type PublicKey struct {
|
|||
OwnerId int64 `xorm:"index"`
|
||||
Name string `xorm:"unique not null"`
|
||||
Fingerprint string
|
||||
Content string `xorm:"text not null"`
|
||||
Content string `xorm:"TEXT not null"`
|
||||
Created time.Time `xorm:"created"`
|
||||
Updated time.Time `xorm:"updated"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue