mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 02:05:41 +01:00
perf: add 2.2.3 schema up sql to master (#15027)
Signed-off-by: chlins <chlins.zhang@gmail.com>
This commit is contained in:
parent
521e8a64fb
commit
a038ba672f
4
make/migrations/postgresql/0053_2.2.3_schema.up.sql
Normal file
4
make/migrations/postgresql/0053_2.2.3_schema.up.sql
Normal file
@ -0,0 +1,4 @@
|
||||
CREATE INDEX IF NOT EXISTS idx_artifact_push_time ON artifact (push_time);
|
||||
CREATE INDEX IF NOT EXISTS idx_tag_push_time ON tag (push_time);
|
||||
CREATE INDEX IF NOT EXISTS idx_tag_artifact_id ON tag (artifact_id);
|
||||
CREATE INDEX IF NOT EXISTS idx_artifact_reference_child_id ON artifact_reference (child_id);
|
Loading…
Reference in New Issue
Block a user