Quote:
Originally Posted by ownedbycats
Is there any way to save a history of column changes?
|
Changes to column content or column definition?
If former try the Audit Log plugin.
If latter, perhaps SQLIte maintains a log of schema changes. If not, looking at the metadata.db file in one of these might give a clue, 1) if enabled the Windows Previous Versions tool, or 2) if you use a mirroring backup with version history, then wherever it stashes previous versions.
BR