We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb155b9 commit 5536661Copy full SHA for 5536661
lib/tasks/db.rake
@@ -64,11 +64,11 @@ namespace :db do
64
"deleted from /tmp successfully\n".green
65
end
66
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
-
71
desc "Pulls remote mysql db data and loads it to local psql"
72
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']
73
74
0 commit comments