Commit 64a0f20f authored by pbair's avatar pbair

Fix comment that referred to incorrect rake task

parent 5e5df4b2
......@@ -92,7 +92,7 @@ namespace :gitlab do
Rake::Task[task_name].reenable
end
# Inform Rake that gitlab:schema:fix_structure_sql should be run every time rake db:structure:dump is run
# Inform Rake that gitlab:schema:clean_structure_sql should be run every time rake db:structure:dump is run
Rake::Task['db:structure:dump'].enhance do
Rake::Task['gitlab:db:clean_structure_sql'].invoke
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