Realm in passport

This commit is contained in:
2024-05-04 01:32:44 +08:00
parent 29a33331e4
commit 5de68bb9b9
7 changed files with 428 additions and 6 deletions

View File

@ -12,6 +12,8 @@ var DatabaseAutoActionRange = []any{
&models.AccountPage{},
&models.AccountContact{},
&models.AccountFriendship{},
&models.Realm{},
&models.RealmMember{},
&models.AuthTicket{},
&models.MagicToken{},
&models.ThirdClient{},