Commit 5f5347bc authored by Mehmet Emin INAC's avatar Mehmet Emin INAC

Do not disable ddl transactions

parent 04d2f674
...@@ -5,8 +5,6 @@ class TruncateSecurityFindingsTable < ActiveRecord::Migration[6.0] ...@@ -5,8 +5,6 @@ class TruncateSecurityFindingsTable < ActiveRecord::Migration[6.0]
DOWNTIME = false DOWNTIME = false
disable_ddl_transaction!
def up def up
return unless Gitlab.dev_env_or_com? return unless Gitlab.dev_env_or_com?
......
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