Arch changes and feature flags
This commit is contained in:
@@ -141,7 +141,7 @@ docker-compose exec backend pip list | grep square
|
||||
docker-compose exec backend python -c "from app.core.config import settings; print(settings.SQUARE_ENVIRONMENT)"
|
||||
|
||||
# Check database has payments
|
||||
docker-compose exec mysql mysql -u membership_user -p -e "SELECT * FROM membership_db.payments LIMIT 5;"
|
||||
docker-compose exec mysql mysql -u "${DATABASE_USER}" -p -e "SELECT * FROM ${DATABASE_NAME}.payments LIMIT 5;"
|
||||
|
||||
# Check frontend files
|
||||
ls -la frontend/src/components/SquarePayment.tsx
|
||||
|
||||
Reference in New Issue
Block a user