diff --git a/make/migrations/postgresql/0060_2.3.0_schema.up.sql b/make/migrations/postgresql/0060_2.3.0_schema.up.sql index 01132ba9c..853d69a5c 100644 --- a/make/migrations/postgresql/0060_2.3.0_schema.up.sql +++ b/make/migrations/postgresql/0060_2.3.0_schema.up.sql @@ -4,4 +4,5 @@ UPDATE replication_policy SET dest_namespace_replace_count=-1 WHERE dest_namespa 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); \ No newline at end of file +CREATE INDEX IF NOT EXISTS idx_artifact_reference_child_id ON artifact_reference (child_id); +CREATE INDEX IF NOT EXISTS idx_audit_log_op_time ON audit_log (op_time); \ No newline at end of file