mirror of
https://github.com/lingble/chatwoot.git
synced 2025-10-29 02:02:27 +00:00
Use db:prepare instead of db:migrate (#924)
Use db:prepare instead of db:migrate Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
This commit is contained in:
2
Procfile
2
Procfile
@@ -1,3 +1,3 @@
|
||||
release: bundle exec rake db:migrate
|
||||
release: bundle exec rails db:prepare
|
||||
web: bin/rails server -p $PORT -e $RAILS_ENV
|
||||
worker: bundle exec sidekiq -C config/sidekiq.yml
|
||||
|
||||
Reference in New Issue
Block a user