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

This commit is contained in:
2026-07-14 07:39:18 +07:00
parent 7d3fdefa3f
commit 487e9eb8ea
9 changed files with 145 additions and 17 deletions

View File

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