aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-postgres/migrations (unfollow)
Commit message (Collapse)Author
2024-07-02fix: add idx cache unique index (#2226)Ellie Huxtable
2024-07-01perf: create idx cache table (#2140)Ellie Huxtable
* 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
2024-06-24feat: add user account verification (#2190)Ellie Huxtable
* 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
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