summaryrefslogtreecommitdiff
path: root/db/structure.sql
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-18 18:10:08 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-18 18:10:08 +0000
commitbc578c5f89ff9d8ec03fbbd014714f9d1e5cb172 (patch)
tree50860880bb4f245730484e1538433c6667bbbf7b /db/structure.sql
parent07268180a2783e58115f872ae8ba6c95e80d79a9 (diff)
downloadgitlab-ce-bc578c5f89ff9d8ec03fbbd014714f9d1e5cb172.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'db/structure.sql')
-rw-r--r--db/structure.sql2
1 files changed, 2 insertions, 0 deletions
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);