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

This commit is contained in:
2026-07-13 11:00:17 +07:00
parent 06f2edb195
commit bad51585db
7 changed files with 125 additions and 47 deletions

View File

@@ -49,6 +49,7 @@ func AutoMigrate(db *gorm.DB) error {
&models.ClassCourse{},
&models.ClassAllowedApp{},
&models.ClassSeatingLayout{},
&models.ExamSeatingLayout{},
&models.StaffMyClass{},
&models.AppPoolEntry{},
&models.AppTemplate{},