chore: store pending registration requests in db

This commit is contained in:
Johan Siebens
2022-05-28 08:43:48 +02:00
parent 2b5439bd60
commit 85656c19a7
6 changed files with 181 additions and 62 deletions
+1
View File
@@ -51,6 +51,7 @@ func migrate(db *gorm.DB, repository domain.Repository) error {
&domain.User{},
&domain.AuthKey{},
&domain.Machine{},
&domain.RegistrationRequest{},
)
if err != nil {