mirror of
https://github.com/harness/drone.git
synced 2025-05-10 00:29:29 +08:00
10 lines
101 B
SQL
10 lines
101 B
SQL
-- name: logs-find-proc
|
|
|
|
SELECT
|
|
log_id
|
|
,log_job_id
|
|
,log_data
|
|
FROM logs
|
|
WHERE log_job_id = ?
|
|
LIMIT 1
|