Os comandos `$rake db:*` e inicializando uma instância do Discourse

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!).

1 curtida