Skip to content

Commit 5536661

Browse files
committed
Tasks little cleanup
1 parent eb155b9 commit 5536661

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/tasks/db.rake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ namespace :db do
6464
"deleted from /tmp successfully\n".green
6565
end
6666

67-
desc "Pulls remote mysql db data, then loads it to " \
68-
"local postgres and cleans junk"
69-
task force: ['db:pull', 'db:pull:load', 'db:pull:clean']
70-
7167
desc "Pulls remote mysql db data and loads it to local psql"
7268
task reload: ['db:pull', 'db:pull:load']
69+
70+
desc "Pulls remote mysql db data, then loads it to " \
71+
"local postgres and cleans junk"
72+
task force: ['db:pull:reload', 'db:pull:clean']
7373
end
7474
end

0 commit comments

Comments
 (0)