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

Signed-off-by: chlins <chenyuzh@vmware.com>
This commit is contained in:
Chenyu Zhang 2022-06-22 14:34:40 +08:00 committed by GitHub
parent 8b9f6069db
commit 0cf036e73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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