Steven Penava
Results
2
issues of
Steven Penava
Using ExAudit.Repo properly after usage of Ecto.Repo: ``` defmodule PINWaste.Repo do use Ecto.Repo, otp_app: :pin_waste, adapter: Ecto.Adapters.Postgres use ExAudit.Repo ``` This causes the following warning: _warning: conflicting behaviours found. function...
**Do you want to request a *feature* or report a *bug*?** - [ ] Bug - [x] Feature - [ ] Question **Did you test against the latest CI build?**...