Skip to content

Commit 5efcbe1

Browse files
author
ControlPlane CI
committed
Sync schema changes from upstream
1 parent 1edd2d6 commit 5efcbe1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/schema/query/models.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ const (
7070
TermOpLte TermOp = "<="
7171
TermOpNe TermOp = "!="
7272
TermOpMatch TermOp = "~"
73+
TermOpRegex TermOp = "=~"
7374
TermOpExists TermOp = "exists"
7475
TermOpNotExists TermOp = "!exists"
7576
TermOpContains TermOp = "contains"

0 commit comments

Comments
 (0)