Delete unused script migrate-primary-db

This commit is contained in:
Mike Dalessio
2025-11-10 16:29:15 -05:00
parent 29cf6485e4
commit 93b2cef419
-8
View File
@@ -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