Commit 498afe74 authored by Valery Sizov's avatar Valery Sizov Committed by Nick Thomas

Fix uninitialized constant FdwSchemaUptoDateCheck

parent bbfa7940
module SystemCheck module SystemCheck
module Geo module Geo
class FdwSchemaUptoDateCheck < SystemCheck::BaseCheck class FdwSchemaUpToDateCheck < SystemCheck::BaseCheck
set_name 'GitLab Geo tracking database is configured to use Foreign Data Wrapper?' set_name 'GitLab Geo tracking database Foreign Data Wrapper schema is up-to-date?'
set_skip_reason 'Geo is not enabled' set_skip_reason 'Geo is not enabled'
def skip? def skip?
......
...@@ -454,7 +454,7 @@ namespace :gitlab do ...@@ -454,7 +454,7 @@ namespace :gitlab do
SystemCheck::Geo::GeoDatabaseConfiguredCheck, SystemCheck::Geo::GeoDatabaseConfiguredCheck,
SystemCheck::Geo::DatabaseReplicationCheck, SystemCheck::Geo::DatabaseReplicationCheck,
SystemCheck::Geo::FdwEnabledCheck, SystemCheck::Geo::FdwEnabledCheck,
SystemCheck::Geo::FdwSchemaUptoDateCheck, SystemCheck::Geo::FdwSchemaUpToDateCheck,
SystemCheck::Geo::HttpConnectionCheck, SystemCheck::Geo::HttpConnectionCheck,
SystemCheck::Geo::HTTPCloneEnabledCheck, SystemCheck::Geo::HTTPCloneEnabledCheck,
SystemCheck::Geo::ClocksSynchronizationCheck, SystemCheck::Geo::ClocksSynchronizationCheck,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment