Skip to content

Commit

Permalink
no template yaay
Browse files Browse the repository at this point in the history
  • Loading branch information
michalpristas committed Oct 6, 2022
1 parent e392eb7 commit 31fe319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/dl/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func migrateAgentOutputs() (string, string, []byte, error) {
)

query := dsl.NewRoot()
query.Query().Bool().Must().Term(fieldDefaultAPIKeyID, "", nil)
query.Query().Bool().MustNot().Term(fieldDefaultAPIKeyID, "", nil)

fields := map[string]interface{}{fieldRetiredAt: timeNow().UTC().Format(time.RFC3339)}
painless := `
Expand Down

0 comments on commit 31fe319

Please sign in to comment.