Commit b35e6517 authored by Adam Hegyi's avatar Adam Hegyi

Remove GL.com check

parent 3383b327
......@@ -4,7 +4,6 @@ class RemoveProjectsCiRefsProjectIdFk < Gitlab::Database::Migration[1.0]
disable_ddl_transaction!
def up
return if Gitlab.com? # unsafe migration, skip on GitLab.com due to https://gitlab.com/groups/gitlab-org/-/epics/7249#note_819625526
return unless foreign_key_exists?(:ci_refs, :projects, name: "fk_rails_4249db8cc3")
with_lock_retries do
......
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