Explorar el Código

fix network migration

abhishek9686 hace 10 meses
padre
commit
1e67a617a9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      migrate/migrate.go

+ 1 - 0
migrate/migrate.go

@@ -20,6 +20,7 @@ import (
 
 // Run - runs all migrations
 func Run() {
+	updateNetworks()
 	updateEnrollmentKeys()
 	assignSuperAdmin()
 	createDefaultTagsAndPolicies()