Skip to content

Commit

Permalink
Regenerate diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren committed Sep 4, 2019
1 parent 3255366 commit c689e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/generated/sql/bnf/show_jobs.bnf
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ show_jobs_stmt ::=
| 'SHOW' 'JOBS'
| 'SHOW' 'JOBS' select_stmt
| 'SHOW' 'JOBS' 'WHEN' 'COMPLETE' select_stmt
| 'SHOW' 'JOB' a_expr
| 'SHOW' 'JOB' 'WHEN' 'COMPLETE' a_expr
| 'SHOW' 'JOB' job_id
| 'SHOW' 'JOB' 'WHEN' 'COMPLETE' job_id

0 comments on commit c689e17

Please sign in to comment.