packages feed

snaplet-actionlog-0.2: schema.txt

LoggedAction
  tenantId Int
  userId Int
  entityName Text
  entityId Int
  action ActionType
  at UTCTime default=now()

LoggedActionDetails
  actionId LoggedActionId
  fieldName Text
  oldValue Text
  newValue Text