Commit 122a87b1 authored by Patrick Bajao's avatar Patrick Bajao

Move LFS objects to project even if it's a fork

parent ec554636
...@@ -16,7 +16,7 @@ module Projects ...@@ -16,7 +16,7 @@ module Projects
private private
def move_lfs_objects_projects def move_lfs_objects_projects
non_existent_lfs_objects_projects.update_all(project_id: @project.lfs_storage_project.id) non_existent_lfs_objects_projects.update_all(project_id: @project.id)
end end
def remove_remaining_lfs_objects_project def remove_remaining_lfs_objects_project
......
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