アップデート後、エラーが発生しフォーラムが正常に動作していません

最新のログは以下の通りです:

59

ActionView::Template::Error (unknown attribute ‘external_plugin_imports’ for JavascriptCache.) app/models/theme.rb:225:in ‘Theme#update_javascript_cache!’ app/models/theme.rb:485:in 'block (2 levels)

午後 12:38

252

Job exception: ERROR: column “source” does not exist LINE 10: AND source = 1 ^ HINT: Perhaps you meant to reference the column “browser_pageview_events.score”.

午後 12:45

209

ActionView::Template::Error (unknown attribute ‘external_plugin_imports’ for JavascriptCache.) app/models/theme.rb:225:in ‘Theme#update_javascript_cache!’ app/models/theme.rb:485:in 'block (2 levels)

午後 12:50


フォーラムのフロントエンドは以下のように変更されました:

コマンドラインから再度 ./launcher rebuild app を実行してみてください。それで改善しますか?

おそらくマイグレーションが不足しているため、Nateの回答が役立つはずです。

または、より迅速にマイグレーションのみを実行するには:./launcher run app bundle exec rake db:migrate

その後、再起動のみを実行します:./launcher restart app

ありがとう!ついに全部やり遂げられた!

まず、あなたの提案を採用し、その後、Nateの返信と組み合わせました。本当にありがとうございます!!!