aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/migrations/20220421174016_larger-commands.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
* Allow for larger commands (#321)Ellie Huxtable2022-04-21
Followup: Limit command length client side too