Move account relations into separate table

This commit is contained in:
Melody Becker 2024-11-11 09:04:42 +01:00
parent c9985ba48a
commit 5546d31e5d
6 changed files with 28 additions and 20 deletions

View file

@ -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)