debian-mirror-gitlab/config/initializers/1_postgresql_only.rb
2019-09-30 21:07:59 +05:30

5 lines
136 B
Ruby

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