towerops/priv/repo
Graham McIntire 9e236225b1
fix: use direct changeset to confirm test user email
Accounts.confirm_user_email/1 doesn't exist - the module only has confirm_user/1
which requires a token. For seeding, we can directly set confirmed_at timestamp
using Ecto.Changeset.change/2.
2026-03-08 11:53:47 -05:00
..
migrations feat: add backhaul capacity analysis foundation 2026-03-06 17:54:32 -06:00
seeds.exs init 2025-12-21 11:10:43 -06:00
seeds_e2e.exs fix: use direct changeset to confirm test user email 2026-03-08 11:53:47 -05:00
structure.sql fix: add --skip-if-loaded to test alias to prevent prompts 2026-03-05 13:49:51 -06:00