Personal page basis

This commit is contained in:
2024-04-02 20:23:25 +08:00
parent e8aac7bb66
commit 0b436c0a1e
11 changed files with 209 additions and 4 deletions

View File

@ -10,6 +10,7 @@ func RunMigration(source *gorm.DB) error {
&models.Account{},
&models.AuthFactor{},
&models.AccountProfile{},
&models.AccountPage{},
&models.AccountContact{},
&models.AuthSession{},
&models.AuthChallenge{},