David E Jones wrote: > The entity audit stuff could do this, perhaps, but would be REALLY > inefficient as it records changes to one field at a time. It may be > faster to truncate all tables and just reload the demo data in order to > refresh it...
I'm talking about the audit stuff, and yeah, per-field would suck. But if there was another feature added to the audit stuff, so that you could save an entire entity in one go. Might need a separate set of tables, and another flag in the model.
