4 lines
136 B
Ruby
4 lines
136 B
Ruby
# frozen_string_literal: true
|
|
|
|
raise "PostgreSQL is the only supported database from GitLab 12.1" unless
|
|
Gitlab::Database.postgresql?
|