Packages
This package allows to add audit log that is based on Ecto changesets and stored in a separate table.
Current section
Files
Jump to
Current section
Files
lib/ecto_trail/enums.ex
import EctoEnum
defenum(EctoTrailChangeEnum, :change, [:insert, :delete, :update, :upsert])