1_postgresql_only.rb 136 Bytes
Newer Older
Nick Thomas's avatar
Nick Thomas committed
1 2 3 4
# frozen_string_literal: true

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