On Sun, Jul 19, 2009 at 10:43 PM, jjh<[email protected]> wrote:
>
> Hi,
>
> I was trying to drop my database so I can re-rake it. But when I did
> the following:
>
> heroku rake db:drop
>
> I got the following message:
>
> Couldn't drop qiutxbnatt : #<ActiveRecord::StatementInvalid: PGError:
> ERROR: must be owner of database qiutxbnatt: DROP DATABASE IF EXISTS
> "qiutxbnatt">
>
> How can I set my own user privilege so I can drop the db and re-rake.
"rake db:drop" isn't supported. Try:
heroku db:reset
Thanks,
Ryan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---