diff --git a/Procfile b/Procfile index 794de4b9e..ce021e932 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -release: bin/heroku-release +release: bin/rails db:prepare:ignore_concurrent_migration_exceptions diff --git a/bin/heroku-release b/bin/heroku-release deleted file mode 100755 index 7eb0c2ea2..000000000 --- a/bin/heroku-release +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -bin/rails db:prepare:ignore_concurrent_migration_exceptions