Files
gitlab-foss/db/gitlab_structure.sql
2020-06-05 09:08:05 +00:00

5 lines
213 B
SQL

-- this file tracks custom GitLab data, such as foreign keys referencing partitioned tables
-- more details can be found in the issue: https://gitlab.com/gitlab-org/gitlab/-/issues/201872
SET search_path=public;