You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on cleaning an old database where the revisions of data are kept in same table with different id PK but share the same uuid (not the PK). When moving old data into django reversion before deleting it from this table, it picks up id and does not map values based on uuid. Is there a way to tell reversion to use a column besides pk?
The text was updated successfully, but these errors were encountered:
I am working on cleaning an old database where the revisions of data are kept in same table with different
id
PK but share the sameuuid
(not the PK). When moving old data into django reversion before deleting it from this table, it picks upid
and does not map values based onuuid
. Is there a way to tell reversion to use a column besidespk
?The text was updated successfully, but these errors were encountered: