aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/migrations (unfollow)
Commit message (Collapse)Author
2022-04-21Allow for larger commands (#321)Ellie Huxtable
Followup: Limit command length client side too
2022-04-21Fix delete trigger (#317)Ellie Huxtable
I've tested this again by deleting my full history and re-syncing, all good.
2022-04-19Add count trigger (#308)Ellie Huxtable
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.
2021-04-25Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable
* Begin moving to sqlx for local too * Stupid scanners should just have a nice cup of tea Random internet shit searching for /.env or whatever * Remove diesel and rusqlite fully