Commit da489df7 authored by Andreas Brandl's avatar Andreas Brandl

Remove feature flag for partition creation

parent d76b63ea
......@@ -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