TP-55555/source-map-flow
This commit is contained in:
@@ -16,6 +16,6 @@ func InitReleaseRepository(dbClient *gorm.DB) *gorm.DB {
|
||||
}
|
||||
|
||||
func InitSourceMapRepository(dbClient *gorm.DB) *gorm.DB {
|
||||
dbClient.AutoMigrate(&db.SourcMap{})
|
||||
dbClient.AutoMigrate(&db.SourceMap{})
|
||||
return dbClient
|
||||
}
|
||||
Reference in New Issue
Block a user