This is somewhat related to # 837 , as I have a large data column on my models, however I think I might be better opposite to what is offered in this release, that is, to maintain an object column, but not for an object_changes column.
We worked without the column version.object_changes. Now that I have added this column, I realized that I am writing a lot of data that I do not need for the data column in object_changes - since a tiny change in the data causes it to be automatically written out in version 3x (once in objectand twice in object_changesfor before and after) .
I don’t think that skipping or ignoring is what I want, because I really would like the data changes to create a new version.
Should I go down the user model path? Or what do you recommend?
source
share