Skip to content

Commit

Permalink
Tasks little cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimkarodinz committed Oct 6, 2016
1 parent eb155b9 commit 5536661
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/tasks/db.rake
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ namespace :db do
"deleted from /tmp successfully\n".green
end

desc "Pulls remote mysql db data, then loads it to " \
"local postgres and cleans junk"
task force: ['db:pull', 'db:pull:load', 'db:pull:clean']

desc "Pulls remote mysql db data and loads it to local psql"
task reload: ['db:pull', 'db:pull:load']

desc "Pulls remote mysql db data, then loads it to " \
"local postgres and cleans junk"
task force: ['db:pull:reload', 'db:pull:clean']
end
end

0 comments on commit 5536661

Please sign in to comment.