How to see changed fields
semaja2 opened this issue · 1 comments
semaja2 commented
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
mbroadst commented
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