mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
migrate: add db index on artifact repository name (#17053)
Signed-off-by: chlins <chenyuzh@vmware.com>
This commit is contained in:
parent
8b9f6069db
commit
0cf036e73a
1
make/migrations/postgresql/0081_2.5.2_schema.up.sql
Normal file
1
make/migrations/postgresql/0081_2.5.2_schema.up.sql
Normal file
@ -0,0 +1 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_artifact_repository_name ON artifact (repository_name);
|
Loading…
Reference in New Issue
Block a user