create insert db querry
All checks were successful
All checks were successful
This commit is contained in:
@@ -173,11 +173,11 @@ else
|
||||
fi
|
||||
|
||||
# Optional: Run migrations if needed (with safety for production)
|
||||
if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then
|
||||
echo "Running migrations..."
|
||||
php artisan migrate --force
|
||||
# if [ "$AUTO_MIGRATE" = "true" ] || [ "$APP_ENV" != "production" ]; then
|
||||
# echo "Running migrations..."
|
||||
# php artisan migrate --force
|
||||
|
||||
fi
|
||||
# fi
|
||||
|
||||
echo "========================================"
|
||||
echo "Setup complete. Starting application..."
|
||||
|
||||
Reference in New Issue
Block a user