sync hosts into cache

This commit is contained in:
abhishek9686 2024-11-27 15:30:20 +04:00
parent 64f730f6f0
commit df7a1fae65

View file

@ -21,6 +21,7 @@ import (
// Run - runs all migrations
func Run() {
_, _ = logic.GetAllNodes()
_, _ = logic.GetAllHosts()
updateEnrollmentKeys()
assignSuperAdmin()
createDefaultTagsAndPolicies()