You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker compose --project-directory $projectRoot exec postgres sh -lc 'psql -U "$POSTGRES_USER" -d "$POSTGRES_DB" -c "SELECT '\''periode'\'' AS table_name, COUNT(*) AS total_rows FROM periode UNION ALL SELECT '\''superstore'\'' AS table_name, COUNT(*) AS total_rows FROM superstore;"'