🐛 Fix account page did not do auto migrate

This commit is contained in:
LittleSheep 2025-03-02 12:48:11 +08:00
parent 0fac34edfb
commit bc31a94c98

View File

@ -11,6 +11,7 @@ var AutoMaintainRange = []any{
&models.AccountGroupMember{}, &models.AccountGroupMember{},
&models.AuthFactor{}, &models.AuthFactor{},
&models.AccountProfile{}, &models.AccountProfile{},
&models.AccountPage{},
&models.AccountContact{}, &models.AccountContact{},
&models.AccountRelationship{}, &models.AccountRelationship{},
&models.Status{}, &models.Status{},