I'm loving the heroku db:pull stuff but its a bit dangerous if you accidentally run db:push on a production system. Would it be possible to have db:push warn you that the remote database is not empty? Maybe something like the following:
WARNING: Remote database is not empty. Are you sure you want to replace its contents with the contents of your local database? If so please use heroku db:push with the --force option. The --force option is only required if remote database is not empty. Otherwise you could get in the habit of just typing heroku db:push -- force all the time. Sean -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
