/ /I think the script you are talking about is Opentaps.
In Ofbiz, you just do not load demo data instead of deleting it. Run the
"run-install-seed" ant task instead of "run-install". It will only load
your seed (minimal data required for Ofbiz to work) and no demo data.
Raj
ladroge wrote:
Hi
I want to delete all demo product.
I think that the script on sourceforge.net named delete-everything delete
only some tables content.
I wanto perform this script but someone can explain me the command line :
delete from shipment_receipt where 1=1;
I want to understand the clause where 1=1;
Thanks