1
0
mirror of https://github.com/goharbor/harbor synced 2025-04-24 20:12:58 +00:00
harbor/make/migrations/postgresql/0081_2.5.2_schema.up.sql
Chenyu Zhang 0cf036e73a
migrate: add db index on artifact repository name ()
Signed-off-by: chlins <chenyuzh@vmware.com>
2022-06-22 14:34:40 +08:00

1 line
86 B
SQL

CREATE INDEX IF NOT EXISTS idx_artifact_repository_name ON artifact (repository_name);