aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/migrations/20220419082412_add_count_trigger.sql (follow)
Commit message (Collapse)AuthorAge
* refactor server to allow pluggable db and tracing (#1036)Conrad Ludgate2023-06-12
| | | | | | | | | * refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies
* Add count trigger (#308)Ellie Huxtable2022-04-19
This can be used in a later PR to optimise our database usage significantly. Avoiding COUNT will be fantastic for our CPU usage, and therefore sync times.