# File lib/heroku/command/db.rb, line 26 def push load_taps opts = parse_taps_opts display("Warning: Data in the app '#{app}' will be overwritten and will not be recoverable.") if confirm_command taps_client(:push, opts) end end