Skip to content

Commit

Permalink
sync hosts into cache
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek9686 committed Nov 27, 2024
1 parent 64f730f commit df7a1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
// Run - runs all migrations
func Run() {
_, _ = logic.GetAllNodes()
_, _ = logic.GetAllHosts()
updateEnrollmentKeys()
assignSuperAdmin()
createDefaultTagsAndPolicies()
Expand Down

0 comments on commit df7a1fa

Please sign in to comment.