Regenerate
This commit is contained in:
parent
115a167e75
commit
91ff8d2ea1
9 changed files with 193 additions and 14 deletions
|
@ -255,6 +255,11 @@ func newNoteToEmote(db *gorm.DB, opts ...gen.DOOption) noteToEmote {
|
|||
},
|
||||
},
|
||||
},
|
||||
Origin: struct {
|
||||
field.RelationField
|
||||
}{
|
||||
RelationField: field.NewRelation("Note.Origin", "models.RemoteServer"),
|
||||
},
|
||||
AttachmentRelations: struct {
|
||||
field.RelationField
|
||||
Note struct {
|
||||
|
@ -505,6 +510,9 @@ type noteToEmoteBelongsToNote struct {
|
|||
}
|
||||
}
|
||||
}
|
||||
Origin struct {
|
||||
field.RelationField
|
||||
}
|
||||
AttachmentRelations struct {
|
||||
field.RelationField
|
||||
Note struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue