Skip to content

Commit

Permalink
fix: cherry pick the migration sql (goharbor#18644)
Browse files Browse the repository at this point in the history
Cherry pick the migration SQL of 2.8.1 to main branch.

Signed-off-by: chlins <[email protected]>
Signed-off-by: Wilfred Almeida <[email protected]>
  • Loading branch information
chlins authored and WilfredAlmeida committed Jul 8, 2023
1 parent 018d39b commit a5feb87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions make/migrations/postgresql/0111_2.8.1_schema.up.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS idx_task_extra_attrs_report_uuids ON task USING gin ((extra_attrs::jsonb->'report_uuids'));

0 comments on commit a5feb87

Please sign in to comment.