Files
coder/coderd/database/queries
Kyle Carberry a5e8911d67 fix: index template versions by template and name (#5993)
* fix: index template versions by template and name

We were incorrectly returning template versions by name relative
to organizations. This could result in an incorrect version being
returned if multiple templates had versions with the same name.

* Fix auth referencing

* Fix route location

* Fix authorize route name

* Fix previous call

* Fix authorize route name
2023-02-02 15:47:53 -06:00
..
2022-11-14 17:57:33 +00:00

queries

Database queries are generated using sqlc. See: sqlc docs

Run make gen to generate models and query functions.