Sfoglia il codice sorgente

fix network migration

abhishek9686 10 mesi fa
parent
commit
1e67a617a9
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()