aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-postgres/migrations/20220421174016_larger-commands.sql (unfollow)
Commit message (Collapse)Author
2024-04-18chore: move crates into crates/ dir (#1958)Ellie Huxtable
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place
2023-06-12refactor server to allow pluggable db and tracing (#1036)Conrad Ludgate
* refactor server to allow pluggable db and tracing * clean up * fix descriptions * remove dependencies
2022-04-21Allow for larger commands (#321)Ellie Huxtable
Followup: Limit command length client side too