mirror of
https://github.com/go-gitea/gitea
synced 2024-11-17 15:44:25 +00:00
commit
b9a7dd72f8
@ -77,8 +77,8 @@ func init() {
|
|||||||
// PublicKey represents a SSH key of user.
|
// PublicKey represents a SSH key of user.
|
||||||
type PublicKey struct {
|
type PublicKey struct {
|
||||||
Id int64
|
Id int64
|
||||||
OwnerId int64 `xorm:"index"`
|
OwnerId int64 `xorm:"unique(s) index not null"`
|
||||||
Name string `xorm:"unique not null"`
|
Name string `xorm:"unique(s) not null"`
|
||||||
Fingerprint string
|
Fingerprint string
|
||||||
Content string `xorm:"TEXT not null"`
|
Content string `xorm:"TEXT not null"`
|
||||||
Created time.Time `xorm:"created"`
|
Created time.Time `xorm:"created"`
|
||||||
|
Loading…
Reference in New Issue
Block a user