Ver código fonte

fix merge conflict

Alexander Belanger 3 anos atrás
pai
commit
2fc3a2cf01
1 arquivos alterados com 0 adições e 3 exclusões
  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{},