atuin/crates/atuin-server-postgres/migrations
Ellie Huxtable 67d64ec4b3
feat: add user account verification (#2190)
* 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-06-24 14:54:54 +01:00
..
20210425153745_create_history.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20210425153757_create_users.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20210425153800_create_sessions.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20220419082412_add_count_trigger.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20220421073605_fix_count_trigger_delete.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20220421174016_larger-commands.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20220426172813_user-created-at.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20220505082442_create-events.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20220610074049_history-length.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20230315220537_drop-events.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20230315224203_create-deleted.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20230515221038_trigger-delete-only.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20230623070418_records.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20231202170508_create-store.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20231203124112_create-store-idx.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20240108124837_drop-some-defaults.sql chore: move crates into crates/ dir (#1958) 2024-04-18 16:41:28 +01:00
20240621110731_user-verified.sql feat: add user account verification (#2190) 2024-06-24 14:54:54 +01:00