Browse Source

fix network migration

abhishek9686 10 months ago
parent
commit
1e67a617a9
1 changed files with 1 additions and 0 deletions
  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()