git feature

This commit is contained in:
2026-06-30 14:46:19 +07:00
parent 251c1b7573
commit 11e5a76977
23 changed files with 1680 additions and 28 deletions

View File

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