mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-26 12:30:27 +00:00
support group edges via scaffold
This commit is contained in:
parent
9fa4da819f
commit
737007b156
4 changed files with 57 additions and 1 deletions
|
@ -49,6 +49,7 @@ func (Group) Edges() []ent.Edge {
|
|||
owned("documents", Document.Type),
|
||||
owned("invitation_tokens", GroupInvitationToken.Type),
|
||||
owned("notifiers", Notifier.Type),
|
||||
// $scaffold_edge
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue