Add labels to tasks (#45)
This commit is contained in:
parent
d39007baa0
commit
6b40df50d3
45 changed files with 9101 additions and 57 deletions
|
|
@ -69,6 +69,8 @@ func init() {
|
|||
new(ListUser),
|
||||
new(NamespaceUser),
|
||||
new(ListTaskAssginee),
|
||||
new(Label),
|
||||
new(LabelTask),
|
||||
)
|
||||
|
||||
tablesWithPointer = append(tables,
|
||||
|
|
@ -83,6 +85,8 @@ func init() {
|
|||
&ListUser{},
|
||||
&NamespaceUser{},
|
||||
&ListTaskAssginee{},
|
||||
&Label{},
|
||||
&LabelTask{},
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue