`$rake db:*` コマンドと 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