Sfoglia il codice sorgente

Merge pull request #3495 from gravitl/v0.99_fixes

update dns settigns on migration
Abhishek K 3 mesi fa
parent
commit
8a2c1d603b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      migrate/migrate.go

+ 1 - 0
migrate/migrate.go

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