Explorar o código

migration should be infra, not aws infra

Alexander Belanger %!s(int64=5) %!d(string=hai) anos
pai
achega
00d3201b37
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cmd/app/main.go

+ 1 - 1
cmd/app/main.go

@@ -56,7 +56,7 @@ func main() {
 		&models.Cluster{},
 		&models.ClusterCandidate{},
 		&models.ClusterResolver{},
-		&models.AWSInfra{},
+		&models.Infra{},
 		&ints.KubeIntegration{},
 		&ints.BasicIntegration{},
 		&ints.OIDCIntegration{},