migrate: add db index on artifact repository name (#17036)

Signed-off-by: chlins <chenyuzh@vmware.com>
This commit is contained in:
Chenyu Zhang 2022-06-20 16:00:46 +08:00 committed by GitHub
parent b6e4ef5b54
commit ef278374f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS idx_artifact_repository_name ON artifact (repository_name);