add
This commit is contained in:
@@ -57,6 +57,11 @@ func AutoMigrate(db *gorm.DB) error {
|
||||
&models.EmailDomain{},
|
||||
&models.PasswordResetToken{},
|
||||
&models.ChatMessage{},
|
||||
&models.ExamRoom{},
|
||||
&models.ExamPaper{},
|
||||
&models.ExamPaperResource{},
|
||||
&models.ExamRoomStudent{},
|
||||
&models.ExamSubmission{},
|
||||
); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user