remove unused code
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
stevensting 2025-03-01 12:55:18 +01:00
parent c9d4987e6f
commit 4dcae7074e

View File

@ -52,9 +52,6 @@ else
if [ "$TABLE_COUNT" -eq 0 ]; then
echo "Database '$POSTGRES_DB' is empty, running db:setup."
bundle exec rake db:setup
#bundle exec rake db:schema:load
#bundle exec rake db:migrate
#bundle exec rake db:seed
else
echo "database '$POSTGRES_DB' not empty, running migrations."
bundle exec rake db:migrate