Commit 79d592ed authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'ab/remove-partitioning-ff' into 'master'

Remove feature flag for partition creation

See merge request gitlab-org/gitlab!39620
parents 137b5f4e da489df7
......@@ -24,8 +24,6 @@ module Gitlab
end
def create_partitions
return unless Feature.enabled?(:postgres_dynamic_partition_creation, default_enabled: true)
Gitlab::AppLogger.info("Checking state of dynamic postgres partitions")
models.each do |model|
......
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