Move account relations into separate table
This commit is contained in:
parent
c9985ba48a
commit
5546d31e5d
6 changed files with 28 additions and 20 deletions
|
@ -49,7 +49,7 @@ func NewStorage(dbUrl string, cache *cache.Cache) (*Storage, error) {
|
|||
AccessToken{},
|
||||
Emote{},
|
||||
UserInfoField{},
|
||||
FollowRequest{},
|
||||
AccountRelation{},
|
||||
)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to apply migrations: %w", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue