Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/migrate
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ id
which bundle

export RAILS_ENV=production
export MIGRATION_STATEMENT_TIMEOUT=60000
export MIGRATION_STATEMENT_TIMEOUT=600000 # 10 minutes, units are 1/1000 of a second

bundle exec rake db:create db:migrate db:seed db:grant_readonly_access --trace

Expand Down