Commit 07807119 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Only track Geo Attachemnts migration if migration isn't skipped

parent 69849ff2
......@@ -9,6 +9,8 @@ module EE
override :execute
def execute
super do
break true if skipped?
::Geo::HashedStorageAttachmentsEventStore.new(
project,
old_attachments_path: old_disk_path,
......
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