# File lib/heroku/commands/db.rb, line 7 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