Przeglądaj źródła

migration should be infra, not aws infra

Alexander Belanger 5 lat temu
rodzic
commit
00d3201b37
1 zmienionych plików z 1 dodań i 1 usunięć
  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{},