Version Doctype purge

Hi,

Wondering if there would be any consequences to deleting all of the documents listed under the Version doctype?

I’ve been developing this ERP for the last 6 months or so, changing, deleting etc so there’s a substantial number records there which aren’t required for when I switch to production (12,000+ records).

Cheers,
Shaun.

Got impatient - spun up a test image and did this: DELETE FROM tabVersion;

Everything seems to be fine. I know it’s not a great idea to mess with the tables directly - feel free to offer alternative methods to achieve the purge!