harbor/make/migrations/postgresql/0081_2.5.2_schema.up.sql
Chenyu Zhang 0cf036e73a
migrate: add db index on artifact repository name (#17053)
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);