Selaa lähdekoodia

fix merge conflict

Alexander Belanger 3 vuotta sitten
vanhempi
sitoutus
2fc3a2cf01
1 muutettua tiedostoa jossa 0 lisäystä ja 3 poistoa
  1. 0 3
      internal/repository/gorm/migrate.go

+ 0 - 3
internal/repository/gorm/migrate.go

@@ -57,11 +57,8 @@ func AutoMigrate(db *gorm.DB, debug bool) error {
 		&models.StackResource{},
 		&models.StackSourceConfig{},
 		&models.StackEnvGroup{},
-<<<<<<< HEAD
 		&models.DbMigration{},
-=======
 		&models.MonitorTestResult{},
->>>>>>> belanger/recommender-system-2
 		&ints.KubeIntegration{},
 		&ints.BasicIntegration{},
 		&ints.OIDCIntegration{},