adamfairholm/Elasticquent

How we can track every actions of user and not replace the stored documents?

Opened this issue · 0 comments

Suppose in a case we need to store all actions of users that they do with a record, for example a user with id 100 update the record with id 12 and we store that in a document, after that the same user or any other user updated the same record, or delete this record now we should store new document, and not replace the first one.