Task assignees (#44)
This commit is contained in:
parent
37345e6bd3
commit
d39007baa0
15 changed files with 226 additions and 57 deletions
|
|
@ -68,6 +68,7 @@ func init() {
|
|||
new(Namespace),
|
||||
new(ListUser),
|
||||
new(NamespaceUser),
|
||||
new(ListTaskAssginee),
|
||||
)
|
||||
|
||||
tablesWithPointer = append(tables,
|
||||
|
|
@ -81,6 +82,7 @@ func init() {
|
|||
&Namespace{},
|
||||
&ListUser{},
|
||||
&NamespaceUser{},
|
||||
&ListTaskAssginee{},
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue