This commit is contained in:
Melody Becker 2024-09-16 17:42:16 +02:00
parent 1a97c35e22
commit 704d0e8750
4 changed files with 49 additions and 1 deletions

View file

@ -45,6 +45,8 @@ func storageFromEmptyDb(db *gorm.DB, cache *cache.Cache) (*Storage, error) {
Note{},
Role{},
PasskeySession{},
InboundJob{},
OutboundJob{},
)
if err != nil {
return nil, err