diff options
author | James Lopez <james@jameslopez.es> | 2016-02-01 15:49:52 +0100 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-02-01 15:49:52 +0100 |
commit | 94b27f9d795c05134a777f754adbea2ab3accd33 (patch) | |
tree | bb8109fdf0d66630f44521185ae50c125c08d6a2 /db | |
parent | 850942ceba1e9f6918c1234e9b72c261af86de82 (diff) | |
download | gitlab-ce-94b27f9d795c05134a777f754adbea2ab3accd33.tar.gz |
added TODO to not working method
Diffstat (limited to 'db')
-rw-r--r-- | db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb b/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb index 622b0f5db08..0bc23f5627f 100644 --- a/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb +++ b/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb @@ -60,6 +60,7 @@ class RemoveDotAtomPathEndingOfProjects < ActiveRecord::Migration execute "UPDATE projects SET path = '#{project_path.clean_path}' WHERE id = #{project.id}" end + #TODO: Fix this def move_path(project_path) # Based on RemovePeriodsAtEndsOfUsernames # Don't attempt to move if original path only contains periods. |