mirror of
https://github.com/jsiebens/ionscale.git
synced 2026-03-31 15:07:49 +01:00
chore: store pending registration requests in db
This commit is contained in:
@@ -51,6 +51,7 @@ func migrate(db *gorm.DB, repository domain.Repository) error {
|
||||
&domain.User{},
|
||||
&domain.AuthKey{},
|
||||
&domain.Machine{},
|
||||
&domain.RegistrationRequest{},
|
||||
)
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user