Commit 7a055663

mo khan <mo@mokhan.ca>
2014-09-07 15:04:11
remove unused rake task.
1 parent cd16dfe
Changed files (1)
lib
lib/tasks/database.rake
@@ -8,10 +8,6 @@ namespace :db do
   end
 
   task :backup do
-    sh "bundle exec cap #{ENV['RAILS_ENV']} postgresql:backup"
-  end
-
-  task :restore_to_staging => :backup do
-    sh "bundle exec cap staging postgresql:restore"
+    sh "bundle exec cap #{ENV['RAILS_ENV']} db:backup"
   end
 end