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

This commit is contained in:
2026-07-01 14:58:46 +07:00
parent dd766206f7
commit 0b02cc82b5
9 changed files with 992 additions and 2 deletions

View File

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