Add follow requests to db
TODO: Add functions for it
This commit is contained in:
parent
c01b851fbf
commit
a8abfb2219
2 changed files with 11 additions and 0 deletions
|
@ -49,6 +49,7 @@ func NewStorage(dbUrl string, cache *cache.Cache) (*Storage, error) {
|
|||
AccessToken{},
|
||||
Emote{},
|
||||
UserInfoField{},
|
||||
FollowRequest{},
|
||||
)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("failed to apply migrations: %w", err)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue