infracloud/dev-scripts/query_queues.sql
2026-03-04 05:58:41 -06:00

1 line
189 B
SQL

SELECT logs FROM application_deployment_queues WHERE CAST(application_id AS INTEGER) = (SELECT id FROM applications WHERE uuid='eosgwscc4g044c884k0ws4gc') ORDER BY created_at DESC LIMIT 1;