Scott Gray schrieb:
> It basically reverses everything that ant run-install does, clears data,
> logs, built files etc. If the database is external (not derby) then it
> clears the data but not the tables.

No, if it's an external database (PostgreSQL, MySQL etc) the data won't
be cleared at all (and technically it wouldn't that simple to do).
You need to do this yourself, the easiest thing is to drop and then
recreate the database.

-- 
Christian

Reply via email to