I am developing a java/postgresql application using ant and junit. I
want to deploy tested builds along with matching tables in
postgresqlwith test data in them.
What is the best way to deploy versions of the tables with test data to
postgresql to match a war file for each new build of the application?
thanks,
Phil