docs: Update confirmation.md to add missing migration steps (#736)

* Update confirmation.md to add missing migration steps

* Update confirmation.md

---------

Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
This commit is contained in:
Manoj Sonawane 2024-07-11 00:06:03 +08:00 committed by GitHub
parent b10b958723
commit 5d4f20be17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,11 @@ defmodule MyApp.Accounts.User do
end
end
```
Next we will have to generate and run migrations to add confirmed_at column to user resource
```bash
mix ash.codegen account_confirmation
```
Next we will define our "sender" module using `Swoosh`: