We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38030f4 commit 5b17aa1Copy full SHA for 5b17aa1
migrations/migration.go
@@ -25,4 +25,5 @@ func Migrate(db *gorm.DB) {
25
db.AutoMigrate(&models.TargetVersion{})
26
27
db.AutoMigrate(&models.TargetGroup{})
28
+ db.AutoMigrate(&models.StudentCourse{})
29
}
0 commit comments