Files
coder/coderd/database/queries
Kyle Carberry df2649ed2a fix: Test flake in TestWorkspaceStatus (#4333)
This also changes the status to be on the workspace build, since
that's where the true value is calculated. This exposed a bug where
jobs could never enter the canceled state unless fetched by a
provisioner daemon, which was nice to fix!

See: https://github.com/coder/coder/actions/runs/3175304200/jobs/5173479506
2022-10-03 11:43:11 -05:00
..
2022-09-30 14:01:20 -04:00

queries

Database queries are generated using sqlc. See: sqlc docs

Run make gen to generate models and query functions.