Forráskód Böngészése

migration should be infra, not aws infra

Alexander Belanger 5 éve
szülő
commit
00d3201b37
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      cmd/app/main.go

+ 1 - 1
cmd/app/main.go

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