summaryrefslogtreecommitdiff
path: root/spec/db/schema_spec.rb
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-19 15:08:39 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-19 15:08:39 +0000
commite1f8f12bbed19bea753d81d7586b30ea403733d5 (patch)
tree379d8f092fa416eb1830c2a8208380e438441b72 /spec/db/schema_spec.rb
parent235dc61f473cb7f02a9453a59fb26d293e05b092 (diff)
downloadgitlab-ce-e1f8f12bbed19bea753d81d7586b30ea403733d5.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/db/schema_spec.rb')
-rw-r--r--spec/db/schema_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/db/schema_spec.rb b/spec/db/schema_spec.rb
index 2322babcd53..b78fc63b7dd 100644
--- a/spec/db/schema_spec.rb
+++ b/spec/db/schema_spec.rb
@@ -174,7 +174,7 @@ RSpec.describe 'Database schema' do
IGNORED_JSONB_COLUMNS = {
"ApplicationSetting" => %w[repository_storages_weighted],
"AlertManagement::Alert" => %w[payload],
- "Ci::BuildMetadata" => %w[config_options config_variables],
+ "Ci::BuildMetadata" => %w[config_options config_variables secrets], # secrets has an EE-only validator
"Geo::Event" => %w[payload],
"GeoNodeStatus" => %w[status],
"Operations::FeatureFlagScope" => %w[strategies],