Explorar o código

fix network migration

abhishek9686 hai 10 meses
pai
achega
1e67a617a9
Modificáronse 1 ficheiros con 1 adicións e 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()