Skip to content

Commit

Permalink
fix: cherry pick the migration sql
Browse files Browse the repository at this point in the history
Cherry pick the migration SQL of 2.7.3 and 2.8.1 to main branch.

Signed-off-by: chlins <chenyuzh@vmware.com>
  • Loading branch information
chlins committed May 8, 2023
1 parent aaea068 commit 1181eb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions make/migrations/postgresql/0101_2.7.3_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'));
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 1181eb8

Please sign in to comment.