forked from forgejo/forgejo
Add repo mirror and import
This commit is contained in:
parent
23bba7633b
commit
90f6aa8cd1
20 changed files with 271 additions and 125 deletions
|
@ -21,7 +21,7 @@ const (
|
|||
type Access struct {
|
||||
Id int64
|
||||
UserName string `xorm:"unique(s)"`
|
||||
RepoName string `xorm:"unique(s)"`
|
||||
RepoName string `xorm:"unique(s)"` // <user name>/<repo name>
|
||||
Mode int `xorm:"unique(s)"`
|
||||
Created time.Time `xorm:"created"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue