Remove prepare_for_foreign_keys task on upgrade
This commit is contained in:
parent
6d99d517a8
commit
a92d2b7f30
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ pushd ~/live
|
|||
bin/bundle install
|
||||
yarn install --pure-lockfile
|
||||
# For 1.4.1 -> 1.4.2 migration prepare_for_foreign_keys is needed
|
||||
RAILS_ENV=production bundle exec rails mastodon:maintenance:prepare_for_foreign_keys
|
||||
# RAILS_ENV=production bundle exec rails mastodon:maintenance:prepare_for_foreign_keys
|
||||
RAILS_ENV=production bundle exec rails assets:clean
|
||||
RAILS_ENV=production bundle exec rails assets:precompile
|
||||
RAILS_ENV=production bundle exec rails db:migrate
|
||||
|
|
|
|||
Loading…
Reference in a new issue