Welcome to mirror list, hosted at ThFree Co, Russian Federation.

1_postgresql_only.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be771bebf47f8cfa824bd4669ccdc87e749cfca1 (plain)
1
2
3
4
# frozen_string_literal: true

raise "PostgreSQL is the only supported database from GitLab 12.1" unless
  Gitlab::Database.postgresql?