Open anastasia opened 1 year ago
Proposal to fix data through Django migrations, adding descriptive records to keep track of data fixes to a new table (data_fixes). Columns would include at least description, table_name, author. See data problem issue here
data_fixes
description
table_name
author
So this is basically a table of django migration annotations? Or am I missing something?
Proposal to fix data through Django migrations, adding descriptive records to keep track of data fixes to a new table (
data_fixes
). Columns would include at leastdescription
,table_name
,author
. See data problem issue here