From bc578c5f89ff9d8ec03fbbd014714f9d1e5cb172 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 18 Aug 2021 18:10:08 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- db/structure.sql | 2 ++ 1 file changed, 2 insertions(+) (limited to 'db/structure.sql') diff --git a/db/structure.sql b/db/structure.sql index 22e89176ce3..d6474efffc5 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -24135,6 +24135,8 @@ CREATE UNIQUE INDEX index_group_wiki_repositories_on_disk_path ON group_wiki_rep CREATE INDEX index_group_wiki_repositories_on_shard_id ON group_wiki_repositories USING btree (shard_id); +CREATE INDEX index_historical_data_on_recorded_at ON historical_data USING btree (recorded_at); + CREATE UNIQUE INDEX index_http_integrations_on_active_and_project_and_endpoint ON alert_management_http_integrations USING btree (active, project_id, endpoint_identifier) WHERE active; CREATE INDEX index_identities_on_saml_provider_id ON identities USING btree (saml_provider_id) WHERE (saml_provider_id IS NOT NULL); -- cgit v1.2.1