ecto_audit v0.1.0 EctoAudit.Repo.Schema

Link to this section Summary

Functions

Inserts the given changeset and stores a record of the fielda using the related History schema

Updates the given changeset and stores a record of the changes in the related History schema

Link to this section Functions

Link to this function audited_insert(repo, changeset, user_id, opts \\ [])

Inserts the given changeset and stores a record of the fielda using the related History schema.

Link to this function audited_update(repo, changeset, user_id, opts \\ [])

Updates the given changeset and stores a record of the changes in the related History schema.