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