0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

ActionView::Template::Error (Mysql2::Error: Table'heroku_(テーブルの情報?)' doesn't exist):

Posted at

#heroku run rails db:migrate
タイトルにあるエラーが発生した場合は、ターミナルにて% heroku run rails db:migrateを行わないまま% git push heroku masterしてしまった可能性が高い。

#エラーの原因
heroku上でマイグレーションせずpushしたため、テーブルが作成されず発生した。

#エラー文の確認方法
% heroku logs --tail --app アプリの名前でエラー文の確認が可能。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?