Like Michael said, the database has to exist. I regularly do
rake db:drop db:create db:migrate
to reset to a fresh database (when I’ve forgotten to save a backup of a fresh install!).
Like Michael said, the database has to exist. I regularly do
rake db:drop db:create db:migrate
to reset to a fresh database (when I’ve forgotten to save a backup of a fresh install!).