Skip to content

Commit

Permalink
feat(jdbc): add an index on the execution labels
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Aug 8, 2023
1 parent ef550e3 commit 61ffdd1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
create index executions_labels ON executions USING GIN((value -> 'labels'));

0 comments on commit 61ffdd1

Please sign in to comment.