Use regular db:prepare now

This commit is contained in:
Kevin McConnell
2025-11-10 12:13:36 +00:00
committed by Mike Dalessio
parent f66544b97a
commit ea64ba6f9e
+1 -1
View File
@@ -2,7 +2,7 @@
# If running the rails server then create or migrate existing database
if [ "${1}" == "./bin/thrust" ] && [ "${2}" == "./bin/rails" ] && [ "${3}" == "server" ]; then
./bin/migrate-primary-db
./bin/rails db:prepare
fi
exec "${@}"