🐛 Fix subscriptions wrong fk
This commit is contained in:
parent
d7ed6ee33b
commit
79c34c1225
@ -6,7 +6,6 @@ type Subscription struct {
|
|||||||
cruda.BaseModel
|
cruda.BaseModel
|
||||||
|
|
||||||
FollowerID uint `json:"follower_id"`
|
FollowerID uint `json:"follower_id"`
|
||||||
Follower Publisher `json:"follower"`
|
|
||||||
AccountID *uint `json:"account_id,omitempty"`
|
AccountID *uint `json:"account_id,omitempty"`
|
||||||
Account *Publisher `json:"account,omitempty"`
|
Account *Publisher `json:"account,omitempty"`
|
||||||
TagID *uint `json:"tag_id,omitempty"`
|
TagID *uint `json:"tag_id,omitempty"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user