add tai lieu system
All checks were successful
Deploy on Master Change / deploy (push) Successful in 43s

This commit is contained in:
2026-07-01 14:47:46 +07:00
parent 6919513165
commit dd766206f7
15 changed files with 952 additions and 140 deletions

View File

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