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
ecto_trailer lib ecto_trail enums.ex
Raw

lib/ecto_trail/enums.ex

import EctoEnum
defenum(EctoTrailChangeEnum, :change, [:insert, :delete, :update, :upsert])