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

This commit is contained in:
2026-07-13 10:29:34 +07:00
parent 0583c7869a
commit 06f2edb195
11 changed files with 476 additions and 71 deletions

View File

@@ -48,6 +48,8 @@ func AutoMigrate(db *gorm.DB) error {
&models.ClassSchedule{},
&models.ClassCourse{},
&models.ClassAllowedApp{},
&models.ClassSeatingLayout{},
&models.StaffMyClass{},
&models.AppPoolEntry{},
&models.AppTemplate{},
&models.WifiPoolEntry{},