dchester/epilogue

How to see changed fields

semaja2 opened this issue · 1 comments

I am just wondering is it possible to easily see what values were changed in an update?

Ideally I am hoping Epilogue has an inbuilt feature for this to help audit changes made to records

there is internal tracking done by sequelize, which we use here to determine if a reload is required: https://github.com/dchester/epilogue/blob/master/lib/Controllers/update.js#L53