diff --git a/bin/migrate-primary-db b/bin/migrate-primary-db deleted file mode 100755 index 18107a121..000000000 --- a/bin/migrate-primary-db +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bash - -if bundle exec beamer is-primary --directory ./storage; then - echo "Running on primary node, preparing the database..." - bin/rails db:prepare -else - echo "This is not a primary node, skipping database preparation." -fi