aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server/migrations (follow)
Commit message (Collapse)AuthorAge
* Add created_at column to users (#354)Ellie Huxtable2022-04-26
|
* SQLx cannot run this migration OK (#353)Ellie Huxtable2022-04-26
| | | And also correct a typo
* Add btree index on history table (#345)Ellie Huxtable2022-04-26
| | | This speeds up a whole bunch of our queries by a *lot* :)
* Allow for larger commands (#321)Ellie Huxtable2022-04-21
| | | Followup: Limit command length client side too
* Fix delete trigger (#317)Ellie Huxtable2022-04-21
| | | | I've tested this again by deleting my full history and re-syncing, all good.
* 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.
* Update docs, unify on SQLx, bugfixes (#40)Ellie Huxtable2021-04-25
* 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