aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-postgres/migrations (follow)
Commit message (Collapse)AuthorAge
* fix: add idx cache unique index (#2226)Ellie Huxtable2024-07-02
|
* perf: create idx cache table (#2140)Ellie Huxtable2024-07-01
| | | | | | | | | * perf: add idx cache * Update crates/atuin-server-postgres/migrations/20240614104159_idx-cache.sql * indentation * remove trigger - for each row is too much, should be once per transaction
* feat: add user account verification (#2190)Ellie Huxtable2024-06-24
| | | | | | | | | | | | | | | | | | | * add verified column to users table * add database functions to check if verified, or to verify * getting there * verification check * use base64 urlsafe no pad * add verification client * clippy * correct docs * fix integration tests
* chore: move crates into crates/ dir (#1958)Ellie Huxtable2024-04-18
I'd like to tidy up the root a little, and it's nice to have all the rust crates in one place