Merge pull request #45 from MCMic/master
Added needed line for 1.4.2 migration
This commit is contained in:
commit
daa700336a
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ sudo su - $app <<COMMANDS
|
|||
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 assets:clean
|
||||
RAILS_ENV=production bundle exec rails assets:precompile
|
||||
RAILS_ENV=production bundle exec rails db:migrate
|
||||
|
|
|
|||
Loading…
Reference in a new issue