Commit f5f2c363 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch '11006-geo-make-foreign-data-wrapper-a-hard-requirement' into 'master'

Geo: Make foreign data wrapper a hard requirement

Closes #11006

See merge request gitlab-org/gitlab-ee!13940
parents 4c013ec4 868e7c21
---
title: Geo - Make foreign data wrapper a hard requirement
merge_request: 13940
author:
type: changed
......@@ -24,7 +24,7 @@ module Gitlab
end
def enabled_for_selective_sync?
enabled? && Feature.enabled?(:use_fdw_queries_for_selective_sync)
enabled? && Feature.enabled?(:use_fdw_queries_for_selective_sync, default_enabled: true)
end
# Return full table name with foreign schema
......
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