if you are using the derby db then do a ant clean-data which basically
deletes the DB and  "run-install-seed" ant task rebuilds it from seed data
if you using an external DB you will have to purge the DB for the DB
admin then  "run-install-seed" ant task

The "run-install-seed" ant task will not remove demo data.


ladroge sent the following on 3/13/2008 7:04 AM:
> 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 

Reply via email to