Commit a579fa36 authored by Thong Kuah's avatar Thong Kuah

Undo concurrent cleanup exactly

Use the undo_cleanup_concurrent_column_rename to do so

Fixed broken master at https://gitlab.com/gitlab-org/gitlab/issues/32178
parent 58dd5c7b
......@@ -12,6 +12,6 @@ class CleanupApplicationSettingsSnowplowCollectorUriRename < ActiveRecord::Migra
end
def down
rename_column_concurrently :application_settings, :snowplow_collector_hostname, :snowplow_collector_uri
undo_cleanup_concurrent_column_rename :application_settings, :snowplow_collector_uri, :snowplow_collector_hostname
end
end
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