fix: add S5Challenge to AutoMigrate

This commit is contained in:
Derrick Hammer 2024-01-16 14:18:36 -05:00
parent 56b99f3c14
commit 3be1042def
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ func (d *DatabaseImpl) Start() error {
&models.PublicKey{},
&models.Upload{},
&models.User{},
&models.S5Challenge{},
)
}