mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-09-15 18:56:59 +00:00
add some todos
This commit is contained in:
parent
48c6d62e47
commit
0453598e3d
2 changed files with 3 additions and 1 deletions
|
@ -14,7 +14,8 @@ import (
|
|||
// FederationInfo data type
|
||||
// swagger:model
|
||||
type FederationInfo struct {
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
ID int64 `xorm:"pk autoincr"`
|
||||
// TODO: implement a toLower here & add a toLowerValidation
|
||||
HostFqdn string `xorm:"host_fqdn UNIQUE INDEX VARCHAR(255) NOT NULL"`
|
||||
NodeInfo NodeInfo `xorm:"extends NOT NULL"`
|
||||
LatestActivity time.Time `xorm:"NOT NULL"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue