Skip to content

Commit 5b17aa1

Browse files
committed
students course model migrated
1 parent 38030f4 commit 5b17aa1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

migrations/migration.go

+1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ func Migrate(db *gorm.DB) {
2525
db.AutoMigrate(&models.TargetVersion{})
2626
db.AutoMigrate(&models.TargetVersion{})
2727
db.AutoMigrate(&models.TargetGroup{})
28+
db.AutoMigrate(&models.StudentCourse{})
2829
}

0 commit comments

Comments
 (0)