Files
coder/coderd/database/queries
Cian Johnston 8cfe223192 feat: cli: allow editing template metadata (#2159)
This PR adds a CLI command template edit which allows updating the following metadata fields of a template:
- Description
- Max TTL
- Min Autostart Interval
2022-06-08 15:14:57 +01:00
..

queries

Database queries are generated using sqlc. See: sqlc docs

Run make gen to generate models and query functions.