Files
coder/coderd/database/queries
Presley Pizzo 67941b4f80 chore: refactor audit page to use window function for count (#5133)
* Move count query to window function

* Unpack count and update types

* Remove count endpoint

* Update tests, wip

* Fix tests

* Update frontend, wip

* Remove space

* Fix frontend test

* Don't hang on error

* Handle no results

* Don't omit count

* Fix frontend tests
2022-11-21 11:30:41 -05:00
..
2022-11-14 17:57:33 +00: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.