mirror of
https://github.com/goharbor/harbor.git
synced 2024-10-31 23:59:32 +01:00
2958d7b7ff
Cherry pick the migration SQL of 2.8.1 to main branch. Signed-off-by: chlins <chenyuzh@vmware.com>
2 lines
119 B
SQL
2 lines
119 B
SQL
CREATE INDEX IF NOT EXISTS idx_task_extra_attrs_report_uuids ON task USING gin ((extra_attrs::jsonb->'report_uuids'));
|