debian-mirror-gitlab/config/initializers/1_postgresql_only.rb
2021-12-11 22:18:48 +05:30

7 lines
205 B
Ruby

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