fix ui
All checks were successful
Deploy on Master Change / deploy (push) Successful in 44s

This commit is contained in:
2026-07-01 15:08:31 +07:00
parent 7a9c7a93ff
commit 7e84ddeaf9
8 changed files with 443 additions and 20 deletions

View File

@@ -68,6 +68,7 @@ func AutoMigrate(db *gorm.DB) error {
&models.SystemSetting{},
&models.GuideLink{},
&models.AppDownload{},
&models.AppGuide{},
); err != nil {
return err
}