Explorar el Código

update dns settigns on migration

abhishek9686 hace 3 meses
padre
commit
087b7393d6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      migrate/migrate.go

+ 1 - 0
migrate/migrate.go

@@ -202,6 +202,7 @@ func updateHosts() {
 			} else {
 				host.DNS = "no"
 			}
+			logic.UpsertHost(&host)
 		}
 	}
 }