config token
All checks were successful
Deploy on Master Change / deploy (push) Successful in 39s

This commit is contained in:
2026-07-01 08:04:03 +07:00
parent fd4ab86fff
commit d1411ad1df
8 changed files with 179 additions and 9 deletions

View File

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